remove out of context comment

This commit is contained in:
Jakub Trllo 2025-03-11 11:14:37 +01:00
parent 428175ee00
commit 2f47a6d35a

View file

@ -399,10 +399,9 @@ def prepare_representations(
"name": ext, "name": ext,
"ext": ext, "ext": ext,
"files": filenames, "files": filenames,
"stagingDir": staging,
"frameStart": frame_start, "frameStart": frame_start,
"frameEnd": frame_end, "frameEnd": frame_end,
# If expectedFile are absolute, we need only filenames
"stagingDir": staging,
"fps": skeleton_data.get("fps"), "fps": skeleton_data.get("fps"),
"tags": ["review"] if preview else [], "tags": ["review"] if preview else [],
} }