mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
iFix some spacing in the outputter
This commit is contained in:
parent
b5d8b3e25c
commit
cbd7b9c1d7
@ -6,6 +6,7 @@ for managing outputters.
|
||||
# Import salt utils
|
||||
import salt.loader
|
||||
|
||||
|
||||
def display_output(data, out, opts=None):
|
||||
'''
|
||||
Print the passed data using the desired output
|
||||
@ -17,6 +18,7 @@ def display_output(data, out, opts=None):
|
||||
outputters['pprint'](data)
|
||||
outputters[out](data)
|
||||
|
||||
|
||||
def get_printout(out, opts=None, **kwargs):
|
||||
'''
|
||||
Return a printer function
|
||||
|
Loading…
Reference in New Issue
Block a user