data-to-insight / csc-validator-be-cin

1 stars 1 forks source link

handle empty issue_df #420

Closed tab1tha closed 1 year ago

tab1tha commented 1 year ago

In the case where the data is perfectly clean and no issue location is found, issue_df will be empty.

The changes in this pull request add a try-except clause to ensure that an empty user report is generated too.