Skip to content

Commit

Permalink
Remove timeout value from sys.argv as well
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeth authored Sep 13, 2023
1 parent 381d0a9 commit f28f8bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
if "--build_timeout" in sys.argv:
BUILD_TIMEOUT = True
popen_timeout = sys.argv[sys.argv.index("--build_timeout") + 1]
sys.argv.pop(sys.argv.index("--build_timeout") + 1)
sys.argv.remove("--build_timeout")


Expand Down

0 comments on commit f28f8bc

Please sign in to comment.