debug
This commit is contained in:
@ -307,6 +307,7 @@ class CmdInterpreter(cmd.Cmd):
|
|||||||
self.__println("DO NOT FORGET TO SAVE AFTERWARDS!")
|
self.__println("DO NOT FORGET TO SAVE AFTERWARDS!")
|
||||||
|
|
||||||
def do_save(self, arg):
|
def do_save(self, arg):
|
||||||
|
self.__println(str(self.registers))
|
||||||
with open(self.config.registerFile, 'wb') as f:
|
with open(self.config.registerFile, 'wb') as f:
|
||||||
pickle.dump(self.registers, f)
|
pickle.dump(self.registers, f)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user