Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aysim319 committed Sep 10, 2024
1 parent 79b1ede commit f8220a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _delphi_utils_python/delphi_utils/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def run_indicator_pipeline(indicator_fn: Callable[[Params], None],
if "current_version" in line:
current_version = str.strip(line)
current_version = current_version.replace("current_version = ", "")
#Logging - Starting Indicator
# Logging - Starting Indicator
logger.info("Started a covidcast-indicator", indicator_name=ind_name, current_version=current_version)
else:
logger.info("Started a covidcast-indicator without version.cfg", indicator_name=ind_name)
Expand Down

0 comments on commit f8220a5

Please sign in to comment.