Merge branch 'master' of github.com:rohe/pysaml2

This commit is contained in:
Roland Hedberg
2016-02-11 11:08:18 +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