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

Commit

Permalink
fix(global): unneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubjezek001 committed Jul 28, 2020
1 parent 2d553e5 commit 7df271a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pype/plugins/global/publish/submit_publish_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -716,13 +716,6 @@ def process(self, instance):
if item in instance.data.get("families", []):
instance_skeleton_data["families"] += [item]

if "render.farm" in instance.data["families"]:
instance_skeleton_data.update({
"family": "render2d",
"families": ["render"] + [f for f in instance.data["families"]
if "render.farm" not in f]
})

# transfer specific properties from original instance based on
# mapping dictionary `instance_transfer`
for key, values in self.instance_transfer.items():
Expand Down

0 comments on commit 7df271a

Please sign in to comment.