Fix missing comma

This commit is contained in:
twangboy 2016-10-13 09:36:35 -06:00
parent 7b46d04a84
commit d8e0e0e482

View file

@ -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,