Skip to content

Commit

Permalink
SQ -> NOMERGE: Log number of bytes downloaded per day, if statistics …
Browse files Browse the repository at this point in the history
…table created manually
  • Loading branch information
davidfstr committed Jan 28, 2024
1 parent 33299d5 commit 6f0f105
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/crystal/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -3180,6 +3180,9 @@ def fg_task() -> None:
pass
else:
raise
except ProjectClosedError:
# Fail silently if project is closed
pass
fg_call_later(fg_task)

# === Utility ===
Expand Down

0 comments on commit 6f0f105

Please sign in to comment.