Fixed issue with lock replacements not committing.
This commit is contained in:
parent
65328e94ff
commit
cab0182077
1 changed files with 1 additions and 0 deletions
|
|
@ -325,6 +325,7 @@ class LockHandler(object):
|
||||||
"Remove all locks"
|
"Remove all locks"
|
||||||
self.locks = {}
|
self.locks = {}
|
||||||
self.lock_storage = ""
|
self.lock_storage = ""
|
||||||
|
self._save_locks()
|
||||||
|
|
||||||
def reset(self):
|
def reset(self):
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue