diff --git a/client/ayon_hiero/plugins/create/create_shot_clip.py b/client/ayon_hiero/plugins/create/create_shot_clip.py index 0acdff9..38d772e 100644 --- a/client/ayon_hiero/plugins/create/create_shot_clip.py +++ b/client/ayon_hiero/plugins/create/create_shot_clip.py @@ -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"] + "/" +