Be sure to call resume after restoring from a checkpoint.
--HG-- extra : convert_revision : 4d672917038779a23f4ce7eb5d4e3039c1f5d726
This commit is contained in:
@@ -250,6 +250,7 @@ def checkpoint(root):
|
||||
def restoreCheckpoint(root):
|
||||
print "Restoring from checkpoint"
|
||||
cc_main.unserializeAll()
|
||||
resume(root)
|
||||
|
||||
def changeToAtomic(system):
|
||||
if not isinstance(system, objects.Root) and not isinstance(system, System):
|
||||
|
||||
Reference in New Issue
Block a user