mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fixing module file and list indexing
This commit is contained in:
parent
3014e11e47
commit
c5069096d6
2 changed files with 1 additions and 1 deletions
|
|
@ -540,7 +540,7 @@ class ProcessSubmittedJobOnFarm(pyblish.api.InstancePlugin):
|
|||
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
|
||||
|
|
|
|||
0
openpype/pipeline/farm/__init__.py
Normal file
0
openpype/pipeline/farm/__init__.py
Normal file
Loading…
Add table
Add a link
Reference in a new issue