Skip to content

Commit

Permalink
More resetting
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-l-kong committed Nov 21, 2024
1 parent 9222a0f commit 085e900
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/toffy/fov_watcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ def check_run_condition(self, path: str) -> Tuple[bool, str]:

time.sleep(self.timeout / 10)
wait_time += self.timeout / 10

self.fov_progress[fov_name][extension] = True

if all(self.fov_progress[fov_name].values()):
Expand Down

0 comments on commit 085e900

Please sign in to comment.