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:
Petr Kalis 2022-04-08 18:51:09 +02:00 committed by GitHub
commit 97b9622fe9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,