Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jlashner committed Nov 7, 2023
1 parent 3aca7f9 commit 1f7fa1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions socs/agents/suprsync/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ def run(self, session, params=None):
srfm.create_all_timecode_dirs(
self.archive_name, min_ctime=now - (7*24*3600)
)
self.log.info("Finished creating tcdirs")
last_tcdir_update = now

archive_stats = srfm.get_archive_stats(self.archive_name)
if archive_stats is not None:
Expand Down

0 comments on commit 1f7fa1c

Please sign in to comment.