i do not rememebr why i did this ..
This commit is contained in:
parent
6bb3c682df
commit
5e4113c2d6
|
@ -116,6 +116,7 @@ def save(fname,d):
|
|||
# make sure the object is dict (recursively) this allows reading it
|
||||
# without the DataStorage module
|
||||
d = objToDict(d,recursive=True)
|
||||
d['filename'] = fname
|
||||
extension = os.path.splitext(fname)[1]
|
||||
log.info("Saving storage file %s"%fname)
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue