small fixes
This commit is contained in:
@@ -41,6 +41,7 @@ class SaveFileMapping(Mapping):
|
||||
except FileNotFoundError as e:
|
||||
with open(fn,'w') as f:
|
||||
f.write("")
|
||||
d={}
|
||||
self.from_dict(d)
|
||||
|
||||
def __getitem__(self,key):
|
||||
|
||||
Reference in New Issue
Block a user