IdentityPython / SATOSA

Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2)
https://idpy.org
Apache License 2.0
197 stars 121 forks source link

BaseProcessor: add missing 'self' #464

Closed jonathanperret closed 2 months ago

jonathanperret commented 4 months ago

The BaseProcessor.process method is missing its self argument. I stumbled upon this while writing a custom attribute processor because pylint complained that I was overriding a method with a differing number of arguments.

c00kiemon5ter commented 2 months ago

thanks for the catch ;)