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 b14e438 commit 11cc4f5Copy full SHA for 11cc4f5
src/onelogin/saml2/idp_metadata_parser.py
@@ -62,7 +62,7 @@ def get_metadata(cls, url, validate_cert=True, timeout=None):
62
pass
63
64
if not valid:
65
- raise Exception('Not valid IdP XML found from URL: %s' % (url,))
+ raise Exception('Not valid IdP XML found from URL: %s' % (url))
66
67
return xml
68
0 commit comments