projects
/
h5config.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b26378d
)
Standardize indentation in HDF5_Storage._save.
author
W. Trevor King
<wking@drexel.edu>
Thu, 8 Sep 2011 21:50:35 +0000
(17:50 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Thu, 8 Sep 2011 21:50:35 +0000
(17:50 -0400)
h5config/storage/hdf5.py
patch
|
blob
|
history
diff --git
a/h5config/storage/hdf5.py
b/h5config/storage/hdf5.py
index 93913d6598eaeeb9b94fe757815729a4fb4602bf..6cb3970112dee554d54e5b21c589c6a0f827c29e 100644
(file)
--- a/
h5config/storage/hdf5.py
+++ b/
h5config/storage/hdf5.py
@@
-207,8
+207,8
@@
class HDF5_Storage (_FileStorage):
for s in config.settings:
value = None
if isinstance(s, (_config.BooleanSetting,
-
_config.NumericSetting,
-
_config.FloatListSetting)):
+ _config.NumericSetting,
+ _config.FloatListSetting)):
value = config[s.name]
if value in [None, []]:
value = s.convert_to_text(value)