Skip to content

Fix no data error message

Jai Kotia requested to merge Fix-no-data-error-message into master

Checks for the merged_csv file, which will only be created when there is data available. Added parameters start_data and end_date in the merge_csv function call to display the time range that didn't yield any data. This addresses #62 (closed). Also warns user that downloaded files may have been modified before execution is complete.

Expected output is shown in the attached screenshot below.

OnPaste.20200114-140430

Edited by Jai Kotia

Merge request reports