From: Frank Brehm Date: Tue, 30 May 2023 13:53:08 +0000 (+0200) Subject: Make the linter happy X-Git-Tag: 0.8.8^0 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=80fe1fbb8aabd4eb6895e446cfa88931ce5ff115;p=pixelpark%2Fpp-admin-tools.git Make the linter happy --- diff --git a/lib/pp_admintools/app/remove_ldap_user.py b/lib/pp_admintools/app/remove_ldap_user.py index e1a3d93..b0dcdfa 100644 --- a/lib/pp_admintools/app/remove_ldap_user.py +++ b/lib/pp_admintools/app/remove_ldap_user.py @@ -25,7 +25,7 @@ from ..xlate import XLATOR from .ldap import LdapAppError, FatalLDAPError from .ldap import BaseLdapApplication -__version__ = '0.5.9' +__version__ = '0.5.10' LOG = logging.getLogger(__name__) _ = XLATOR.gettext @@ -161,7 +161,7 @@ class RemoveLdapUserApplication(BaseLdapApplication): LOG.error(_("No users to remove given.")) self.exit(1) - deactivate = bool(getattr(self.args, 'remove', False)) + # deactivate = bool(getattr(self.args, 'remove', False)) remove = bool(getattr(self.args, 'remove', False)) if remove: self.deactivate = False