Skip to content

Commit

Permalink
Update describealign.py
Browse files Browse the repository at this point in the history
Added extra carriage return so directory creation notice appears on new line
  • Loading branch information
julbean authored Jun 18, 2024
1 parent 71f41bf commit a49f6cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions describealign.py
Original file line number Diff line number Diff line change
Expand Up @@ -843,6 +843,7 @@ def combine(video, audio, smoothness=50, stretch_audio=False, keep_non_ad=False,
f"The audio path has {len(audio_desc_files)} files"]
raise RuntimeError("\n".join(error_msg))

display("", display_func)
ensure_folders_exist([output_dir], display_func)
if PLOT_ALIGNMENT_TO_FILE:
ensure_folders_exist([alignment_dir], display_func)
Expand Down

0 comments on commit a49f6cc

Please sign in to comment.