We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 381d0a9 + f28f8bc commit 18ce377Copy full SHA for 18ce377
build_platform.py
@@ -24,6 +24,7 @@
24
if "--build_timeout" in sys.argv:
25
BUILD_TIMEOUT = True
26
popen_timeout = sys.argv[sys.argv.index("--build_timeout") + 1]
27
+ sys.argv.pop(sys.argv.index("--build_timeout") + 1)
28
sys.argv.remove("--build_timeout")
29
30
0 commit comments