mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
parent
62250b68dc
commit
da6d25e13c
@ -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