projects
/
pyafm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce12079
)
Strip trailing whitespace from pyafm.storage.
author
W. Trevor King
<wking@drexel.edu>
Thu, 15 Mar 2012 22:11:03 +0000
(18:11 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Thu, 15 Mar 2012 22:11:03 +0000
(18:11 -0400)
pyafm/storage.py
patch
|
blob
|
history
diff --git
a/pyafm/storage.py
b/pyafm/storage.py
index 298f3792462dbf718378b26b7c71b9c3a38de359..28a61b5c40eb4e5a5981a141321274a5949f92bc 100644
(file)
--- a/
pyafm/storage.py
+++ b/
pyafm/storage.py
@@
-23,7
+23,7
@@
def save_afm(afm, filename=None, group=None):
_LOG.info('saving AFM config to {} {}'.format(filename, group))
storage = _HDF5_Storage(filename=filename, group=group)
storage.save(config=afm.config)
-
+
def load_afm(filename=None, group=None, devices=None):
if filename is None:
filename = DEFAULT_FILENAME