From 4023d435a613221800dda1371a0e84fbea293f7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E5=9B=BD=E8=BE=89?= Date: Sat, 15 Feb 2025 03:32:21 +0000 Subject: [PATCH] =?UTF-8?q?Signed-off-by:=20=E9=BB=84=E5=9B=BD=E8=BE=89=20?= =?UTF-8?q??= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 黄国辉 --- src/main/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/__main__.py b/src/main/__main__.py index 5fc426d..4b13e74 100755 --- a/src/main/__main__.py +++ b/src/main/__main__.py @@ -33,7 +33,7 @@ LOG = platform_logger("main") def main_process(): LOG.info("************* Developer Test Framework Starting **************") console = Console() - if is_check_report_template: + if is_check_report_template: check_report_template() console.console(sys.argv) LOG.info("************* Developer Test Framework Finished **************") -- Gitee