Skip to content

Commit

Permalink
Correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-l-kong committed Aug 1, 2023
1 parent ac30a37 commit cea7a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/toffy/fov_watcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ def start_watcher(
"before trying again."
)

# allow the watcher to
# allow the watcher to poll the run folder until it appears or times out
run_folder_wait_time = 0
while not os.path.exists(run_folder) and run_folder_wait_time < run_folder_timeout:
time.sleep(run_folder_timeout / 10)
Expand Down

0 comments on commit cea7a5a

Please sign in to comment.