Merge pull request #313 from srynot4sale/unravelerror

Make UnravelError exception a little more helpful
This commit is contained in:
Roland Hedberg
2016-02-11 09:20:37 +01:00

View File

@@ -394,7 +394,7 @@ class Entity(HTTPBase):
else:
xmlstr = txt
except Exception:
raise UnravelError()
raise UnravelError("Unravelling binding '%s' failed" % binding)
return xmlstr