From 085e900b25458f28d939cc9d5d80cb9d4e641eaa Mon Sep 17 00:00:00 2001 From: Alex Kong Date: Wed, 20 Nov 2024 23:51:03 -0800 Subject: [PATCH] More resetting --- src/toffy/fov_watcher.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/toffy/fov_watcher.py b/src/toffy/fov_watcher.py index f16456f8..85f6104b 100644 --- a/src/toffy/fov_watcher.py +++ b/src/toffy/fov_watcher.py @@ -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()):