From a65c5bcd17f9f4c20c1066c7fe716907844673d7 Mon Sep 17 00:00:00 2001 From: Lilaa3 <87947656+Lilaa3@users.noreply.github.com> Date: Mon, 8 Jan 2024 12:30:28 +0000 Subject: [PATCH] black formatting my nemesis --- fast64_internal/sm64/settings/properties.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fast64_internal/sm64/settings/properties.py b/fast64_internal/sm64/settings/properties.py index 315823d6a..a1a37b5a0 100644 --- a/fast64_internal/sm64/settings/properties.py +++ b/fast64_internal/sm64/settings/properties.py @@ -29,7 +29,9 @@ def decomp_path_update(self, context: Context): context.scene.fast64.settings.repo_settings_path = os.path.join( os.path.dirname(abspath(self.decomp_path)), "fast64.json" ) - except: return + except: + return + class SM64_Properties(PropertyGroup): """Global SM64 Scene Properties found under scene.fast64.sm64"""