Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Hotfix: fixing deadline job publishing #3059

Merged
merged 1 commit into from
Apr 13, 2022
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ def _get_representations(self, instance, exp_files):
if instance.get("multipartExr", False):
preview = True
else:
render_file_name = list(collection[0])
render_file_name = list(collection)[0]
host_name = os.environ.get("AVALON_APP", "")
# if filtered aov name is found in filename, toggle it for
# preview video rendering
Expand Down
Empty file.