Make working on old Python3

master
Коренберг Марк 2018-05-04 08:09:53 +05:00
parent 636135642f
commit 2f16f3c2bf
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ def _cmd(cluster, cmd, **kwargs):
)
if ret:
raise RuntimeError(outs)
return json.loads(outbuf)
return json.loads(outbuf.decode('utf-8'))