=====================================================================

- bugfix in python scwrypts.scwrypts
This commit is contained in:
Wryn (yage) Wagner 2024-02-21 00:37:44 -07:00
parent 1adb45d75e
commit e1b6c3e4f0

View File

@ -41,7 +41,7 @@ def scwrypts(*args, patterns=None, name=None, group=None, _type=None, log_level=
depth = int(depth) + 1 depth = int(depth) + 1
return run( return run(
f'SUBSCWRYPT={depth} {executable} {pre_args} -- {" ".join(args)}', f'SUBSCWRYPT={depth} {executable} {" ".join(pre_args)} -- {" ".join(args)}',
shell=True, shell=True,
executable='/bin/zsh', executable='/bin/zsh',
check=False, check=False,