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