Fixed issue with lock replacements not committing.

This commit is contained in:
Kelketek 2013-05-18 19:57:47 -05:00
parent 65328e94ff
commit cab0182077

View file

@ -325,6 +325,7 @@ class LockHandler(object):
"Remove all locks"
self.locks = {}
self.lock_storage = ""
self._save_locks()
def reset(self):
"""