mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01: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.currentId = 0
|
||||||
self._incrementCurrentId()
|
self._incrementCurrentId()
|
||||||
finally:
|
finally:
|
||||||
fd.close()
|
if 'fd' in locals():
|
||||||
|
fd.close()
|
||||||
|
|
||||||
def _canonicalId(self, id):
|
def _canonicalId(self, id):
|
||||||
if id is not None:
|
if id is not None:
|
||||||
|
Loading…
Reference in New Issue
Block a user