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 06b443b commit 50cbbf7Copy full SHA for 50cbbf7
1 file changed
src/onelogin/saml2/response.py
@@ -591,7 +591,7 @@ def _get_attributes(self, attr_name):
591
if attr_key:
592
if not allow_duplicates and attr_key in attributes:
593
raise OneLogin_Saml2_ValidationError(
594
- f'Found an Attribute element with duplicated {attr_name}',
+ 'Found an Attribute element with duplicated ' + attr_name,
595
OneLogin_Saml2_ValidationError.DUPLICATED_ATTRIBUTE_NAME_FOUND
596
)
597
0 commit comments