From 80c45f0ba73de8c9ce120a1b5334d21813cc3328 Mon Sep 17 00:00:00 2001 From: "robin@ynput.io" Date: Wed, 30 Oct 2024 16:40:01 -0400 Subject: [PATCH] Fix linting. --- client/ayon_hiero/plugins/create/create_shot_clip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] + "/" +