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,