Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3043 from pypeclub/bugfix/OP-3073_Collect_publish…
Browse files Browse the repository at this point in the history
…ed_file-trigger_get_number_of_frames-even-on-workfiles

Webpublisher - removed wrong hardcoded family
  • Loading branch information
kalisp authored Apr 8, 2022
2 parents 21337d3 + 483d97f commit 97b9622
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ def _get_family(self, settings, task_type, is_sequence, extension):
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,
Expand Down

0 comments on commit 97b9622

Please sign in to comment.