mirror of
https://github.com/valitydev/salt.git
synced 2024-11-09 01:36:48 +00:00
try with string cast
This commit is contained in:
parent
a1f060c0bb
commit
7d20891c16
@ -23,4 +23,4 @@ def output(data):
|
||||
'''
|
||||
Rather basic....
|
||||
'''
|
||||
return salt.utils.sdecode(data)
|
||||
return salt.utils.sdecode(str(data))
|
||||
|
Loading…
Reference in New Issue
Block a user