Skip to content

Commit

Permalink
v4.0.6
Browse files Browse the repository at this point in the history
=====================================================================

- bugfix in python scwrypts.scwrypts
  • Loading branch information
wrynegade committed Feb 21, 2024
1 parent 1adb45d commit e1b6c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/lib/scwrypts/scwrypts/scwrypts.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e1b6c3e

Please sign in to comment.