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 a01d9a0 commit 701c230Copy full SHA for 701c230
reframe/core/logging.py
@@ -707,7 +707,8 @@ def _extract_handlers(site_config, handlers_group):
707
try:
708
create_handler = _create_handlers[handler_type]
709
except KeyError:
710
- raise ConfigError(f'unknown handler type: {handler_type}') from None
+ raise ConfigError(
711
+ f'unknown handler type: {handler_type}') from None
712
713
hdlr = create_handler(site_config, f'{handler_prefix}/{i}')
714
if hdlr is None:
0 commit comments