We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebee6d4 commit 18cbae0Copy full SHA for 18cbae0
src/acquisition/covidcast/covidcast_meta_cache_updater.py
@@ -43,7 +43,7 @@ def main(args, epidata_impl=Epidata, database_impl=Database):
43
args = ("success",1)
44
if len(metadata)==0:
45
args = ("no results",-2)
46
-
+
47
print('covidcast_meta result: %s (code %d)' % args)
48
49
if args[-1] != 1:
0 commit comments