mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
OP-3073 - fix removed wrong hardcoded family
This commit is contained in:
parent
fa06cb9b6f
commit
483d97f71b
1 changed files with 0 additions and 1 deletions
|
|
@ -209,7 +209,6 @@ class CollectPublishedFiles(pyblish.api.ContextPlugin):
|
|||
msg = "No family found for combination of " +\
|
||||
"task_type: {}, is_sequence:{}, extension: {}".format(
|
||||
task_type, is_sequence, extension)
|
||||
found_family = "render"
|
||||
assert found_family, msg
|
||||
|
||||
return (found_family,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue