From a34ffe12010e4de9e04cc3b721d1e321df41f573 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Mon, 21 Dec 2020 00:58:13 +0100 Subject: [PATCH] Adaption to changed logging --- run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.py b/run.py index 8f1dc7b..28c1469 100644 --- a/run.py +++ b/run.py @@ -286,7 +286,7 @@ def unittest_run(unittest_folder, options): for key in data_collection[UNITTEST_KEY_SPECIFICATION].get('item_dict', {}): heading_dict[key] = data_collection[UNITTEST_KEY_SPECIFICATION]['item_dict'][key]['Heading'] test_session = report.testSession( - ['__unittest__', config.lib.logger_name] + config.additional_loggers_to_catch, + ['__unittest__', config.lib.logger.name] + config.additional_loggers_to_catch, interpreter=interpreter_version, testcase_execution_level=execution_level, testrun_id='p%d' % sys.version_info[0],