#127 Tell pylint that this is a dictionary rather than a list
Merged 7 years ago by puiterwijk. Opened 7 years ago by puiterwijk.
puiterwijk/ipsilon fix-oidc-claims-extension  into  master

@@ -348,6 +348,7 @@ 

              data = e.get_claims(request_data['scope'])

              self.debug('%s returned %s' % (n, repr(data)))

              for claim in data:

+                 # pylint: disable=invalid-sequence-index

                  request_data['claims']['userinfo'][claim] = None

  

          # Store data so we can continue with the request

rebased

7 years ago

Pull-Request has been merged by puiterwijk

7 years ago
Metadata