mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Merge pull request #20084 from basepi/outputtererror20077
Default to nested for outputter of '' [2015.2]
This commit is contained in:
commit
1371f4be6f
@ -131,7 +131,7 @@ def get_printout(out, opts=None, **kwargs):
|
||||
if out == 'text':
|
||||
out = 'txt'
|
||||
|
||||
if out is None:
|
||||
if out is None or out == '':
|
||||
out = 'nested'
|
||||
if opts.get('progress', False):
|
||||
out = 'progress'
|
||||
|
Loading…
Reference in New Issue
Block a user