Skip to content

Commit f28f8bc

Browse files
authored
Remove timeout value from sys.argv as well
1 parent 381d0a9 commit f28f8bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build_platform.py

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
if "--build_timeout" in sys.argv:
2525
BUILD_TIMEOUT = True
2626
popen_timeout = sys.argv[sys.argv.index("--build_timeout") + 1]
27+
sys.argv.pop(sys.argv.index("--build_timeout") + 1)
2728
sys.argv.remove("--build_timeout")
2829

2930

0 commit comments

Comments
 (0)