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 e2a07fa commit 5fab598Copy full SHA for 5fab598
src/saml2/attribute_converter.py
@@ -286,7 +286,7 @@ def adjust(self):
286
[(value.lower(), key) for key, value in self._to.items()])
287
if self._to is None and self.fro is not None:
288
self._to = dict(
289
- [(value.lower, key) for key, value in self._fro.items()])
+ [(value.lower(), key) for key, value in self._fro.items()])
290
291
def from_dict(self, mapdict):
292
""" Import the attribute map from a dictionary
0 commit comments