mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-04-09 09:28:12 +02:00
Fix previous merge (again).
This commit is contained in:
parent
4a9d3ccd3e
commit
b44a08d2bd
@ -161,7 +161,8 @@ class FlatfileMapping(MappingInterface):
|
||||
self.currentId = 0
|
||||
self._incrementCurrentId()
|
||||
finally:
|
||||
fd.close()
|
||||
if 'fd' in locals():
|
||||
fd.close()
|
||||
|
||||
def _canonicalId(self, id):
|
||||
if id is not None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user