Skip to content

Commit

Permalink
Toevoegen doorgeven van opgeworpen foutboodschappen
Browse files Browse the repository at this point in the history
  • Loading branch information
goessebr committed Jul 22, 2024
1 parent 72d57e1 commit 0b5ef87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


class BuildHook(BuildHookInterface):
def initialize(self, version: str, build_data) -> None:
def initialize(self, version: str, bkluild_data) -> None:
"""Build frontend when building the wheel."""
super().initialize(version, build_data)

Expand Down

0 comments on commit 0b5ef87

Please sign in to comment.