Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add get metadata timeout #259

Merged
merged 3 commits into from
May 11, 2021

Conversation

doticatto
Copy link

No description provided.

@@ -59,12 +62,12 @@ def get_metadata(cls, url, validate_cert=True):
pass

if not valid:
raise Exception('Not valid IdP XML found from URL: %s' % (url))
raise Exception('Not valid IdP XML found from URL: %s' % (url,))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you remove that comma?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@pitbulk pitbulk merged commit e594bb8 into SAML-Toolkits:master May 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants