diff --git a/job_controller/jobs/source_file_sorter/job.py b/job_controller/jobs/source_file_sorter/job.py index 12b285914fb20a7fa33d00b441c0e35f23065aa9..3a46f3cbc846c00b08e097fe364b465c05c0984d 100644 --- a/job_controller/jobs/source_file_sorter/job.py +++ b/job_controller/jobs/source_file_sorter/job.py @@ -161,8 +161,8 @@ def _sort_file(session: SessionDb, own_job_id: int, db_path: str, on_transaction _STANDARD_FORMAT_EXPLANATION = ("The file's name must have the following format: " "'<course handle>.<lecture date>.optional_tag.mp4' where the date is " - "YYYYMMDD, there is an optional tag and the file ending is arbitrary. No tag is " - "equivalent to an empty tag. Example: '24ss-malo.20240730.1080p.mp4'") + "YYMMDD, there is an optional tag and the file ending is arbitrary. No tag is " + "equivalent to an empty tag. Example: '24ss-malo.240624.mp4', '24ss-malo.240730.1080p.mp4'") parts = file.name.split(".") if len(parts) not in [3, 4]: