Skip to content

Commit

Permalink
Update src/maintenance/coverage_crossref_updater.py
Browse files Browse the repository at this point in the history
Co-authored-by: george <[email protected]>
  • Loading branch information
nolangormley and melange396 authored Feb 3, 2025
1 parent a458730 commit 62b7475
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/maintenance/coverage_crossref_updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,7 @@ def main():
database.disconnect(True)
raise

result = ("success",1)
if coverage==0:
result = ("no results",-2)

logger.info('coverage_crossref result: %s (code %d)' % result)

logger.info(f"coverage_crossref returned: {coverage}")

logger.info(
"Generated and updated covidcast geo/signal coverage",
Expand Down

0 comments on commit 62b7475

Please sign in to comment.