Skip to content

Commit 11cc4f5

Browse files
committed
Removed comma
1 parent b14e438 commit 11cc4f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/onelogin/saml2/idp_metadata_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def get_metadata(cls, url, validate_cert=True, timeout=None):
6262
pass
6363

6464
if not valid:
65-
raise Exception('Not valid IdP XML found from URL: %s' % (url,))
65+
raise Exception('Not valid IdP XML found from URL: %s' % (url))
6666

6767
return xml
6868

0 commit comments

Comments
 (0)