Skip to content
Snippets Groups Projects
Commit 1f30ddeb authored by Mads M. Pedersen's avatar Mads M. Pedersen
Browse files

removed print attribute_names when get_attribute fails in gtsdf

parent b327befd
No related branches found
No related tags found
No related merge requests found
......@@ -64,8 +64,8 @@ class Dataset(object):
try:
return self(name)
except:
for i, n in enumerate(self.info['attribute_names']):
print (i,n)
# for i, n in enumerate(self.info['attribute_names']):
# print (i,n)
raise e
def __contains__(self, name):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment