From e6538d01dfa3df70d2f050d073703736f948fff2 Mon Sep 17 00:00:00 2001 From: lucylq Date: Wed, 17 Jul 2024 09:48:36 -0700 Subject: [PATCH] test run_with_env_secrets.py change --- .github/scripts/run_with_env_secrets.py | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/scripts/run_with_env_secrets.py b/.github/scripts/run_with_env_secrets.py index 15afd38221..0a5a1c7868 100644 --- a/.github/scripts/run_with_env_secrets.py +++ b/.github/scripts/run_with_env_secrets.py @@ -15,6 +15,7 @@ def run_cmd_or_die(cmd): stderr=subprocess.STDOUT, bufsize=1, universal_newlines=True, + errors="backslashreplace", ) p.stdin.write("set -e\n") p.stdin.write(cmd)