From 02b7bedafbb1e30cb15ec3d4d07e01a389aafbe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sat, 22 Nov 2025 16:07:54 +0100 Subject: [PATCH] fix: pass arguments to Python via sys.argv instead of heredoc interpolation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Use `python3 < --- artifact_comfyui_download.sh | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/artifact_comfyui_download.sh b/artifact_comfyui_download.sh index f9a6e77..ea4d3a0 100755 --- a/artifact_comfyui_download.sh +++ b/artifact_comfyui_download.sh @@ -191,23 +191,26 @@ parse_yaml() { local yaml_file="$1" local category="$2" - python3 - <