This commit is contained in:
2019-07-10 12:30:52 +02:00
parent 338d289fa6
commit 8540bd6da5

View File

@ -216,7 +216,7 @@ class CmdInterpreter(cmd.Cmd):
ratio = None
else:
ratio = float(r.errorCount) / float(r.processCount)
self.__println("#{0}: {1} ({2}, {3}), processCount: {4}, errorCount: {5}, ratio: {6}"
self.__println("#{0}: {1} ({2}, {3}), pc: {4}, ec: {5}, q: {6}"
.format(i, r.label, r.unit, r.address,
r.processCount, r.errorCount, ratio))