From c2b4fbad500f748411d10b797a09f9d2e5af3906 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Jul 2025 07:56:33 +0000 Subject: [PATCH] GitHub bot: fix linting issues (nobuild) --- .templates/01-config_yaml.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.templates/01-config_yaml.sh b/.templates/01-config_yaml.sh index 639c5aa7c..542efd160 100644 --- a/.templates/01-config_yaml.sh +++ b/.templates/01-config_yaml.sh @@ -188,7 +188,7 @@ while IFS= read -r line; do # export to python if command -v "python3" &>/dev/null; then [ ! -f /env.py ] && echo "import os" >/env.py - echo "os.environ['${KEYS}'] = \"${VALUE//\"/\\\"}\"" >>/env.py + echo "os.environ['${KEYS}'] = \"${VALUE//\"/\\\"}\"" >>/env.py python3 /env.py fi # set .env