Skip to content
This repository was archived by the owner on Mar 29, 2023. It is now read-only.

Commit 0e69cca

Browse files
committed
Fix arg parse call in build.py
1 parent f0c933e commit 0e69cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,5 @@ def main(args: Dict[str, Union[bool, str]]) -> None:
8080

8181

8282
if __name__ == "__main__":
83-
args = build_utils.parse_arguments()
83+
args = build_python.parse_arguments()
8484
main(args)

0 commit comments

Comments
 (0)