We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0f91fc commit 4f3a059Copy full SHA for 4f3a059
build.py
@@ -73,5 +73,4 @@ def main(args: dict) -> None:
73
74
75
if __name__ == "__main__":
76
- args = build_python.get_sanitized_arguments()
77
- main(args)
+ main(build_python.get_sanitized_arguments())
0 commit comments