jupyterhub / ldapauthenticator

LDAP Authenticator Plugin for Jupyter
BSD 3-Clause "New" or "Revised" License
206 stars 178 forks source link

refactor: reduce use of temporary variables like msg for logging #251

Closed consideRatio closed 2 months ago

consideRatio commented 2 months ago

The code is a bit harder to read with them around, and I'm very actively trying to understand the code in this project currently so I went for a refactor.