Skip to content

Commit

Permalink
Fix publishFile when nothing was extracted
Browse files Browse the repository at this point in the history
  • Loading branch information
jlorrain authored and ClementHector committed Feb 7, 2022
1 parent b130cae commit 7c62741
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def process(self, instance):

shotgrid_version = context.data.get("shotgridVersion")

for representation in instance.data.get("representations"):
for representation in instance.data.get("representations", []):

local_path = representation.get("published_path")

Expand Down

0 comments on commit 7c62741

Please sign in to comment.