mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix missing comma
This commit is contained in:
parent
7b46d04a84
commit
d8e0e0e482
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ def _run(cmd,
|
|||
stderr=subprocess.PIPE,
|
||||
output_loglevel='debug',
|
||||
log_callback=None,
|
||||
runas=None
|
||||
runas=None,
|
||||
shell=DEFAULT_SHELL,
|
||||
python_shell=False,
|
||||
env=None,
|
||||
|
|
Loading…
Add table
Reference in a new issue