From a4cbd035359f1ac01924b0b05cf93bb1c877cdc6 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 8 Feb 2018 13:22:32 -0200 Subject: [PATCH] Fix linting --- _pytest/logging.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_pytest/logging.py b/_pytest/logging.py index fd90e9c94..ecb992cea 100644 --- a/_pytest/logging.py +++ b/_pytest/logging.py @@ -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):