From 86ac968927d7a4ca2ee3acccce482fa223f06e70 Mon Sep 17 00:00:00 2001 From: gaojiazhen Date: Thu, 12 Oct 2023 08:37:24 +0000 Subject: [PATCH] =?UTF-8?q?update=20src/installService.py.=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E8=BE=93=E5=87=BA=E4=BF=A1=E6=81=AF=E7=9A=84=E8=AF=AD?= =?UTF-8?q?=E6=B3=95=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gaojiazhen --- src/installService.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/installService.py b/src/installService.py index eb647f1..0c9d890 100644 --- a/src/installService.py +++ b/src/installService.py @@ -157,7 +157,7 @@ class InstallService: def check_software_path(self, software_path): abs_software_path = os.path.join(self.PACKAGE_PATH, software_path) if not os.path.exists(abs_software_path): - print(f"{software_path} not exist, Are you sure the software lies in package dir?") + print(f"{software_path} not exist, are you sure the software lies in package dir?") return False return abs_software_path -- Gitee