Skip to content

Commit 9a67650

Browse files
Tara Lakdawalakrivard
authored andcommitted
changed warning back to info so it doesn't fail the build
1 parent 9682035 commit 9a67650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/acquisition/covidcast/csv_importer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def find_issue_specific_csv_files(scan_dir, glob=glob):
9595
logger.info('processing csv files from issue date: "' + str(issue_date) + '", directory', path)
9696
yield from CsvImporter.find_csv_files(path, issue=(issue_date, epi.Week.fromdate(issue_date)), glob=glob)
9797
else:
98-
logger.warning('invalid issue directory day', issue_date_value)
98+
logger.info('invalid issue directory day', issue_date_value)
9999

100100
@staticmethod
101101
def find_csv_files(scan_dir, issue=(date.today(), epi.Week.fromdate(date.today())), glob=glob):

0 commit comments

Comments
 (0)