From 52257514d276bae37174bb8f98954d1e06212450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E5=9B=BD=E8=BE=89?= Date: Fri, 14 Feb 2025 07:28:58 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/__main__.py b/src/main/__main__.py index ba74e83..5fc426d 100755 --- a/src/main/__main__.py +++ b/src/main/__main__.py @@ -33,7 +33,8 @@ LOG = platform_logger("main") def main_process(): LOG.info("************* Developer Test Framework Starting **************") console = Console() - check_report_template() + if is_check_report_template: + check_report_template() console.console(sys.argv) LOG.info("************* Developer Test Framework Finished **************") -- Gitee