Added missing **kwargs

This commit is contained in:
Dmitry Malinovsky 2013-10-29 12:16:17 +07:00
parent 4ce9225af3
commit 7d5efa040b

View File

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