mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Just run the command on Windows
This commit is contained in:
parent
008a0a7796
commit
2f0586f79b
1 changed files with 2 additions and 0 deletions
2
run.py
2
run.py
|
@ -80,6 +80,8 @@ def redirect(argv):
|
|||
if not sys.platform.startswith("win"):
|
||||
with tiamatpip.utils.patched_sys_argv(args):
|
||||
s_fun()
|
||||
else:
|
||||
s_run()
|
||||
|
||||
|
||||
def py_shell():
|
||||
|
|
Loading…
Add table
Reference in a new issue