Fix the problems found by flake8.
This commit is contained in:
@@ -252,7 +252,7 @@ class Application(ApplicationPartDelete, ApplicationPartHead,
|
||||
user = self._auth.login(login, password) or "" if login else ""
|
||||
if self.configuration.get("auth", "type") == "ldap":
|
||||
try:
|
||||
logger.debug("Groups %r",",".join(self._auth._ldap_groups))
|
||||
logger.debug("Groups %r", ",".join(self._auth._ldap_groups))
|
||||
self._rights._user_groups = self._auth._ldap_groups
|
||||
except AttributeError:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user