diff options
author | Martin Basti <mbasti@redhat.com> | 2015-12-16 23:43:09 +0100 |
---|---|---|
committer | Jan Cholasta <jcholast@redhat.com> | 2015-12-23 07:59:22 +0100 |
commit | 1f6b1c2de78af51fc746e1da86065f6a265423ff (patch) | |
tree | 5e5a1394fc98885fbf2f7062e77ace49b1a587ec /ipapython/log_manager.py | |
parent | 89e16a8053293eac2ab0fcff9ea073a18b453381 (diff) | |
download | freeipa-1f6b1c2de78af51fc746e1da86065f6a265423ff.tar.gz freeipa-1f6b1c2de78af51fc746e1da86065f6a265423ff.tar.xz freeipa-1f6b1c2de78af51fc746e1da86065f6a265423ff.zip |
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>
Diffstat (limited to 'ipapython/log_manager.py')
-rw-r--r-- | ipapython/log_manager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipapython/log_manager.py b/ipapython/log_manager.py index 0cb134693..a8e7b50f4 100644 --- a/ipapython/log_manager.py +++ b/ipapython/log_manager.py @@ -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 |