Updated message

This commit is contained in:
Dimitris Zlatanidis 2023-03-07 18:04:16 +02:00
parent f47a17f276
commit 3b85f091d1

View file

@ -152,7 +152,7 @@ class Slackbuilds(Configs):
slackbuild = Path(path_build_package, f'{sbo}.SlackBuild')
os.chmod(slackbuild, 0o775)
else:
raise SystemExit(f"Error: path {path_ponce_repo_package} does not exist.")
raise SystemExit(f"Error: path '{path_ponce_repo_package}' does not exist.")
else:
sbo_url: str = f'{self.sbo_repo_url}{location}/{file}'
down_sbo = Downloader(self.tmp_slpkg, sbo_url, self.flags)