Merge pull request #313 from srynot4sale/unravelerror
Make UnravelError exception a little more helpful
This commit is contained in:
@@ -394,7 +394,7 @@ class Entity(HTTPBase):
|
|||||||
else:
|
else:
|
||||||
xmlstr = txt
|
xmlstr = txt
|
||||||
except Exception:
|
except Exception:
|
||||||
raise UnravelError()
|
raise UnravelError("Unravelling binding '%s' failed" % binding)
|
||||||
|
|
||||||
return xmlstr
|
return xmlstr
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user