Skip to content

Commit

Permalink
Fix comment about finished runs
Browse files Browse the repository at this point in the history
  • Loading branch information
ppigazzini committed Aug 2, 2023
1 parent c4aeed2 commit acca0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/utils/delta_update_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def update_info(rundb, clear_stats, deltas, info_total, info_top_month):
if not skip:
new_deltas |= {str(run["_id"]): None}
try:
# Update info_total with the contribution of the unfinished runs
# Update info_total with the contribution of the finished runs
process_run(run, info_total)
except Exception as e:
print(f"Exception on finished run {run['_id']=} for info_total:\n{e}")
Expand Down

0 comments on commit acca0dc

Please sign in to comment.