Commit 4b50e4b1 authored by Robert Schmidt's avatar Robert Schmidt

CI: decode in getBefore()

parent 87d1a53c
......@@ -274,4 +274,4 @@ class SSHConnection():
sys.exit('SCP failed')
def getBefore(self):
return str(self.ssh.before)
return self.ssh.before.decode('utf-8')
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment