mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-03 01:14:54 +01:00
Fix missing line
This commit is contained in:
parent
2da8f036de
commit
e81e3a7a10
1 changed files with 4 additions and 1 deletions
|
|
@ -547,7 +547,10 @@ class AbstractSubmitDeadline(pyblish.api.InstancePlugin):
|
|||
file_path = None
|
||||
for i in self._instance.context:
|
||||
|
||||
is_workfile =
|
||||
is_workfile = (
|
||||
"workfile" in i.data.get("families", []) or
|
||||
i.data["family"] == "workfile"
|
||||
)
|
||||
if not is_workfile:
|
||||
continue
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue