Skip to content

Commit

Permalink
Actually reading error message this time: provide default positional …
Browse files Browse the repository at this point in the history
…argument
  • Loading branch information
hattne committed Sep 20, 2024
1 parent fb34e78 commit cb03088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def generate_combined_checksum(root):
return hash_files(*gen_files, extra_data=extra_data)


def build(**setup_kwargs) -> None:
def build(setup_kwargs: Dict[str, Any]={}) -> None:
# Validate that the SWIG wrappers are generated from the latest
# sources (if we have them)
swigdir = PYCBF_ROOT / "SWIG"
Expand Down

0 comments on commit cb03088

Please sign in to comment.