Skip to content

Commit

Permalink
added return value to extras decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Dec 6, 2023
1 parent e41f834 commit dccd215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fileformats/core/hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,4 +213,4 @@ def type_match(a, b) -> bool:
f"decorated method {method} and the registered override {function}:\n"
+ "\n".join(differences)
)
self.dispatch.register(function)
return self.dispatch.register(function)

0 comments on commit dccd215

Please sign in to comment.