Skip to content

Commit 011ae3e

Browse files
committed
cast
1 parent 18ce377 commit 011ae3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build_platform.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
BUILD_TIMEOUT = False
2424
if "--build_timeout" in sys.argv:
2525
BUILD_TIMEOUT = True
26-
popen_timeout = sys.argv[sys.argv.index("--build_timeout") + 1]
26+
popen_timeout = int(sys.argv[sys.argv.index("--build_timeout") + 1])
2727
sys.argv.pop(sys.argv.index("--build_timeout") + 1)
2828
sys.argv.remove("--build_timeout")
2929

0 commit comments

Comments
 (0)