mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-09-03 20:52:56 -05:00
Enable pylint trailing-whitespace check
Enables check and fixes: ************* Module ipapython.log_manager ipapython/log_manager.py:808: [C0303(trailing-whitespace), ] Trailing whitespace) ************* Module ipachangeconf contrib/RHEL4/ipachangeconf.py:28: [C0303(trailing-whitespace), ] Trailing whitespace) contrib/RHEL4/ipachangeconf.py:116: [C0303(trailing-whitespace), ] Trailing whitespace) ************* Module ipalib.plugins.pwpolicy ipalib/plugins/pwpolicy.py:174: [C0303(trailing-whitespace), ] Trailing whitespace) ipalib/plugins/pwpolicy.py:180: [C0303(trailing-whitespace), ] Trailing whitespace) Reviewed-By: Jan Cholasta <jcholast@redhat.com>
This commit is contained in:
committed by
Jan Cholasta
parent
89e16a8053
commit
1f6b1c2de7
@@ -805,7 +805,7 @@ class LogManager(object):
|
||||
default_level attribute but that does not update the configure_state,
|
||||
this method is provided as a convenience to simultaneously set the
|
||||
configure_state if so desired.
|
||||
|
||||
|
||||
:parameters:
|
||||
level
|
||||
The new default level for the log manager. See
|
||||
|
||||
Reference in New Issue
Block a user