better type for concat

This commit is contained in:
2017-09-16 09:40:27 -04:00
parent e69de2472a
commit cddcc3e04e
+1 -1
View File
@@ -198,7 +198,7 @@ def doexec(conn, data):
fail = "CalledProcessError"
except Exception as e:
syslogtrace('System')
ro = None
ro = "N/A"
fail = "cmd failed: %s" % e
msg={'service': 'command', 'msg': fail+" "+ro}
conns[conn].sendto(msg)