From dcc647f8e2de85db95349d2b10ecec23469171dc Mon Sep 17 00:00:00 2001 From: Huy Do Date: Tue, 23 Jul 2024 01:38:56 -0700 Subject: [PATCH] Testing https://github.com/pytorch/test-infra/pull/5456 --- .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)