We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad7d63d commit a4cbd03Copy full SHA for a4cbd03
_pytest/logging.py
@@ -369,7 +369,7 @@ def _log_cli_enabled(self):
369
or because --log-cli-level was given in the command-line.
370
"""
371
return self._config.getoption('--log-cli-level') is not None or \
372
- self._config.getini('log_cli')
+ self._config.getini('log_cli')
373
374
@contextmanager
375
def _runtest_for(self, item, when):
0 commit comments