Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
floriankrb committed Jul 16, 2024
1 parent e5db774 commit 3f65cdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/anemoi/registry/workers/transfer_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def __call__(self, number_of_files, total_size, total_transferred, transfering,
if self.latest is not None and (now - self.latest).seconds < self.frequency:
# already updated recently
return
self.latest = now

timestamp = now.isoformat()
if not timestamp.endswith("Z"):
Expand Down

0 comments on commit 3f65cdd

Please sign in to comment.