[python-hdf5storage] 06/152: Fixed method call typo.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Feb 29 08:24:29 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to annotated tag 0.1
in repository python-hdf5storage.

commit 8fd3b651f2cfe46425512efb7a98fa9caa2fe9b0
Author: Freja Nordsiek <fnordsie at gmail.com>
Date:   Mon Dec 23 14:49:41 2013 -0500

    Fixed method call typo.
---
 hdf5storage/Marshallers.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hdf5storage/Marshallers.py b/hdf5storage/Marshallers.py
index cc6c0b8..3b30941 100644
--- a/hdf5storage/Marshallers.py
+++ b/hdf5storage/Marshallers.py
@@ -70,7 +70,7 @@ class TypeMarshaller(object):
         if options.MATLAB_compatible:
             attributes_used |= self.matlab_attributes
 
-        for attribute in (set(grp[name].attrs.keys) - attributes_used):
+        for attribute in (set(grp[name].attrs.keys()) - attributes_used):
             del_attribute(grp[name], attribute)
 
     def read(self, f, grp, name, options):

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-hdf5storage.git



More information about the debian-science-commits mailing list