From 52b3e711ab4e121e2c7b634d7eafef946ccd0644 Mon Sep 17 00:00:00 2001 From: DFRJ Date: Thu, 25 Sep 2025 04:50:31 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dhmpi=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E8=8E=B7=E5=8F=96bug=20=E4=BF=AE=E5=A4=8Dhmp?= =?UTF-8?q?i=E7=89=88=E6=9C=AC=E4=BF=A1=E6=81=AF=E8=8E=B7=E5=8F=96bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: DFRJ --- src/installService.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/installService.py b/src/installService.py index 796677e..24d9edc 100644 --- a/src/installService.py +++ b/src/installService.py @@ -112,7 +112,7 @@ class InstallService: def get_hmpi_info(self): name = 'hmpi' - ucg_info = self.get_cmd_output("ucg_info -v")[0] + ucg_info = self.get_cmd_output("ucg_info -v |grep version")[0] if "UCG" in ucg_info: version = ucg_info.split()[3] else: -- Gitee