diff --git a/src/installService.py b/src/installService.py index eb647f168ee6711c6f2d542630882d98420076d3..0c9d890b1d9408dfbe241179d430977526305058 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