mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Actually removed the `static
` bits from below the else: fold this time.
This commit is contained in:
parent
4ee367956c
commit
c47fdd79c7
1 changed files with 1 additions and 6 deletions
|
@ -163,12 +163,7 @@ class SaltCMD(parsers.SaltCMDOptionParser):
|
|||
kwargs['cli'] = True
|
||||
else:
|
||||
cmd_func = local.cmd_cli
|
||||
if self.options.static:
|
||||
if self.options.verbose:
|
||||
kwargs['verbose'] = True
|
||||
full_ret = local.cmd_full_return(**kwargs)
|
||||
ret, out, retcode = self._format_ret(full_ret)
|
||||
self._output_ret(ret, out)
|
||||
|
||||
if self.options.progress:
|
||||
kwargs['progress'] = True
|
||||
self.config['progress'] = True
|
||||
|
|
Loading…
Add table
Reference in a new issue