From 3e2302ac7d275cd66fabfa9e811aea1ee3a502e6 Mon Sep 17 00:00:00 2001 From: Morgan Chen Date: Tue, 9 Jan 2024 10:16:02 -0800 Subject: [PATCH] use explicit python3 (#81) * use explicit python3 * remove xcodebuild log --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index 690bd10..4bb9ba8 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -100,7 +100,7 @@ function RunXcodebuild() { # Exports any logs output captured in the xcresult function ExportLogs() { - python "${scripts_dir}/xcresult_logs.py" "$@" + python3 "${scripts_dir}/xcresult_logs.py" "$@" } ios_flags=(