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 0a33cd6 commit 1eb75baCopy full SHA for 1eb75ba
src/onelogin/saml2/auth.py
@@ -117,7 +117,7 @@ def process_response(self, request_id=None):
117
else:
118
self.__errors.append('invalid_binding')
119
raise OneLogin_Saml2_Error(
120
- 'SAML Response not found for binding %s'.format(acs_binding.split(':')[-1]),
+ 'SAML Response not found for binding %s' % acs_binding.split(':')[-1],
121
OneLogin_Saml2_Error.SAML_RESPONSE_NOT_FOUND
122
)
123
0 commit comments