try with string cast

This commit is contained in:
Thomas S Hatch 2014-11-21 16:15:31 -07:00
parent a1f060c0bb
commit 7d20891c16

View File

@ -23,4 +23,4 @@ def output(data):
'''
Rather basic....
'''
return salt.utils.sdecode(data)
return salt.utils.sdecode(str(data))