mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Added missing **kwargs
This commit is contained in:
parent
4ce9225af3
commit
7d5efa040b
@ -718,7 +718,8 @@ def retcode(cmd,
|
||||
umask=None,
|
||||
quiet=False,
|
||||
timeout=None,
|
||||
reset_system_locale=True):
|
||||
reset_system_locale=True,
|
||||
**kwargs):
|
||||
'''
|
||||
Execute a shell command and return the command's return code.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user