fix sessions.py
parent
fdb64ca0e0
commit
a9bff4a70e
|
@ -32,8 +32,6 @@ class RamSession(cpRamSession):
|
|||
pass
|
||||
|
||||
|
||||
return
|
||||
|
||||
# added to remove obsolete lock objects
|
||||
for _id in list(self.locks):
|
||||
locked = (
|
||||
|
|
Loading…
Reference in New Issue