From e1b6c3e4f0590a0414e79d66dbc4e2d5570d8add Mon Sep 17 00:00:00 2001 From: yage Date: Wed, 21 Feb 2024 00:37:44 -0700 Subject: [PATCH] v4.0.6 ===================================================================== - bugfix in python scwrypts.scwrypts --- py/lib/scwrypts/scwrypts/scwrypts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/lib/scwrypts/scwrypts/scwrypts.py b/py/lib/scwrypts/scwrypts/scwrypts.py index 80777b6..9348ec2 100644 --- a/py/lib/scwrypts/scwrypts/scwrypts.py +++ b/py/lib/scwrypts/scwrypts/scwrypts.py @@ -41,7 +41,7 @@ def scwrypts(*args, patterns=None, name=None, group=None, _type=None, log_level= depth = int(depth) + 1 return run( - f'SUBSCWRYPT={depth} {executable} {pre_args} -- {" ".join(args)}', + f'SUBSCWRYPT={depth} {executable} {" ".join(pre_args)} -- {" ".join(args)}', shell=True, executable='/bin/zsh', check=False,