From: W. Trevor King Date: Thu, 15 Mar 2012 22:11:03 +0000 (-0400) Subject: Strip trailing whitespace from pyafm.storage. X-Git-Tag: v0.4~21 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=326e0d48d9b058dd22360c49bc2a8ad2f0897ef1;p=pyafm.git Strip trailing whitespace from pyafm.storage. --- diff --git a/pyafm/storage.py b/pyafm/storage.py index 298f379..28a61b5 100644 --- 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