Skip to content

Commit a4cbd03

Browse files
committed
Fix linting
1 parent ad7d63d commit a4cbd03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_pytest/logging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ def _log_cli_enabled(self):
369369
or because --log-cli-level was given in the command-line.
370370
"""
371371
return self._config.getoption('--log-cli-level') is not None or \
372-
self._config.getini('log_cli')
372+
self._config.getini('log_cli')
373373

374374
@contextmanager
375375
def _runtest_for(self, item, when):

0 commit comments

Comments
 (0)