Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions batch/utils/settings_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ def check_settings():
if files_not_in_excel:
console.print(Panel(
"\n".join([f"- {file}" for file in files_not_in_excel]),
title="[bold red]Warning: Files in input folder not mentioned in Excel sheet",
title="[bold yellow]Warning: Files in input folder not mentioned in Excel sheet",
expand=False
))
all_passed = False

for index, row in df.iterrows():
video_file = row['Video File']
Expand Down