From 33141eaeeba9224f7bc9d31a39aa527e90bbfae9 Mon Sep 17 00:00:00 2001 From: Tobias Kremer Date: Wed, 18 Jun 2025 12:30:23 +0200 Subject: [PATCH] Fix: Mis-placed arguments before - Injecting user args behind the `-` of the std input --- pyflow/script.py | 2 +- tests/test_script.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyflow/script.py b/pyflow/script.py index 1039608..2d7b522 100644 --- a/pyflow/script.py +++ b/pyflow/script.py @@ -215,7 +215,7 @@ def generate_stub(self): + " " ) - return [f"python{self.python_version} -u {args}- <