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 #1926 from pypeclub/bugfix/nuke-ftrack-remove-fail
Browse files Browse the repository at this point in the history
Nuke: submit to farm failed due `ftrack` family remove
  • Loading branch information
jakubjezek001 authored Aug 12, 2021
2 parents bafcd28 + 2199d8b commit 88afb6b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ def process(self, instance):

if "render.farm" in families:
instance.data["families"].remove("review")
instance.data["families"].remove("ftrack")

self.log.debug(
"_ lutPath: {}".format(instance.data["lutPath"]))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ def process(self, instance):

if "render.farm" in families:
instance.data["families"].remove("review")
instance.data["families"].remove("ftrack")
data = exporter.generate_mov(farm=True)

self.log.debug(
Expand Down

0 comments on commit 88afb6b

Please sign in to comment.