Fix linting

This commit is contained in:
Bruno Oliveira 2018-02-08 13:22:32 -02:00
parent ad7d63df97
commit a4cbd03535
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ class LoggingPlugin(object):
or because --log-cli-level was given in the command-line.
"""
return self._config.getoption('--log-cli-level') is not None or \
self._config.getini('log_cli')
self._config.getini('log_cli')
@contextmanager
def _runtest_for(self, item, when):