From 09698beb081dc66d79235310d656d3c3bf7f6ec2 Mon Sep 17 00:00:00 2001 From: Wang Dongxiao Date: Wed, 1 Aug 2018 19:25:20 +0800 Subject: [PATCH] Update cmdmod.py --- salt/modules/cmdmod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/modules/cmdmod.py b/salt/modules/cmdmod.py index c1b2d9663a..e59271c43f 100644 --- a/salt/modules/cmdmod.py +++ b/salt/modules/cmdmod.py @@ -2173,7 +2173,7 @@ def retcode(cmd, ''' python_shell = _python_shell_default(python_shell, kwargs.get('__pub_jid', '')) - + ret = _run(cmd, runas=runas, group=group,