i do not rememebr why i did this ..

This commit is contained in:
Marco Cammarata 2017-01-27 15:37:59 +01:00
parent 6bb3c682df
commit 5e4113c2d6
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ def save(fname,d):
# make sure the object is dict (recursively) this allows reading it # make sure the object is dict (recursively) this allows reading it
# without the DataStorage module # without the DataStorage module
d = objToDict(d,recursive=True) d = objToDict(d,recursive=True)
d['filename'] = fname
extension = os.path.splitext(fname)[1] extension = os.path.splitext(fname)[1]
log.info("Saving storage file %s"%fname) log.info("Saving storage file %s"%fname)
try: try: