Skip to content

Commit

Permalink
slight logger update
Browse files Browse the repository at this point in the history
  • Loading branch information
jblom committed Nov 3, 2023
1 parent 5dd37d7 commit 7a9ea8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hecate.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def run(input_file_path: str, output_dir: str) -> Provenance:
f"and {len(shot_indices)} shots."
)
except Exception:
logger.info("Could not obtain shots and keyframes. Exit.")
logger.info("Could not obtain shots and keyframes, quitting")
sys.exit()

fps = get_fps(input_file_path)
Expand Down

0 comments on commit 7a9ea8b

Please sign in to comment.