Skip to content

Commit

Permalink
Fix linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-ynput committed Oct 30, 2024
1 parent 2f4d402 commit 80c45f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/ayon_hiero/plugins/create/create_shot_clip.py
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ def _collect_legacy_instance(self, track_item):
f"tag data: {error}."
)

if not "folderPath" in instance_data:
if "folderPath" not in instance_data:
try:
instance_data["folderPath"] = (
"/" + instance_data["hierarchy"] + "/" +
Expand Down

0 comments on commit 80c45f0

Please sign in to comment.