Skip to content

Commit

Permalink
black formatting my nemesis
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilaa3 committed Jan 8, 2024
1 parent ce265d6 commit a65c5bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fast64_internal/sm64/settings/properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"""
Expand Down

0 comments on commit a65c5bc

Please sign in to comment.