Skip to content

Commit

Permalink
Update file_watcher.py
Browse files Browse the repository at this point in the history
Co-Authored-By: Henry Liu <[email protected]>
  • Loading branch information
adenlam and liuhenry committed Nov 13, 2020
1 parent cf37978 commit 325abb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workers/file_watcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def _check_and_dispatch(self, bmp_paths):

for name, num in shot_bmps.items():
if num == 6: # Crude determination that all 3 images exist: 1 + 2 + 3
# If additional shot -0, ignores
paths = [all_paths[f"{name}-{num}"] for num in range(1, 4)]
try:
self.process_shot(name, paths)
Expand Down

0 comments on commit 325abb7

Please sign in to comment.