fix reset in in cmd

This commit is contained in:
Wolfgang Hottgenroth 2019-07-19 13:22:20 +02:00
parent d3eae2cd8d
commit 4b860ee43a
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -274,7 +274,8 @@ class CmdInterpreter(cmd.Cmd):
def do_reset(self, arg):
for r in self.registers:
r.errorCount = 0
r.processCount = 0
r.writeCount = 0
r.readCount = 0
def help_reset(self):
self.__println("Usage: reset")