mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Bugfix: Python3 compat - string required instead of bytes
This commit is contained in:
parent
00e66fcbec
commit
bf41ffbf88
@ -199,4 +199,4 @@ class DigestCollector(object):
|
||||
:return:
|
||||
'''
|
||||
|
||||
return salt.utils.stringutils.to_bytes(self.__digest.hexdigest() + os.linesep)
|
||||
return salt.utils.stringutils.to_str(self.__digest.hexdigest() + os.linesep)
|
||||
|
Loading…
Reference in New Issue
Block a user