We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd088dc commit 054a59fCopy full SHA for 054a59f
hamlpy/elements.py
@@ -169,8 +169,8 @@ def _parse_attribute_dictionary(self, attribute_dict_string):
169
attributes_dict[key] = value
170
self.attributes = self.attributes.strip()
171
except Exception, e:
172
- #raise Exception('failed to decode: %s' % attribute_dict_string)
173
- raise Exception('failed to decode: %s. Details: %s'%(attribute_dict_string, e))
+ raise Exception('failed to decode: %s' % attribute_dict_string)
+ #raise Exception('failed to decode: %s. Details: %s'%(attribute_dict_string, e))
174
175
return attributes_dict
176
0 commit comments