mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Merge pull request #3043 from pypeclub/bugfix/OP-3073_Collect_published_file-trigger_get_number_of_frames-even-on-workfiles
Webpublisher - removed wrong hardcoded family
This commit is contained in:
commit
97b9622fe9
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