Skip to content

Commit

Permalink
fix: Use BaseGame for defining game extension classes
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlin7 committed Jun 29, 2024
1 parent e062c43 commit b9ed552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/biscuit/extensions/extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def register_installed(self, name: str, extension: object) -> None:
try:
extension.install()
except Exception as e:
print("no install method !!!!!!!!!!!!")
print(e)
# most likely the extension does not implement the install method
...

Expand Down

0 comments on commit b9ed552

Please sign in to comment.