index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-12-06 17:03:41 +0100 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-12-06 17:03:41 +0100 |
commit | 271ca853d4023e0519ec6cb33ee9396e190cfd80 (patch) | |
tree | c4e8f536eaaac55228f4000c7090a9ad4f7f61cc /archinstall/lib | |
parent | df71d22498403dd2c407a90bbfe20767f5097e17 (diff) |
-rw-r--r-- | archinstall/lib/profiles.py | 2 |
diff --git a/archinstall/lib/profiles.py b/archinstall/lib/profiles.py index 49a20794..a77c1eff 100644 --- a/archinstall/lib/profiles.py +++ b/archinstall/lib/profiles.py @@ -116,7 +116,7 @@ class Script(): if os.path.isfile(self.profile): return self.profile - raise ProfileNotFound(f"File {self.profile} does not exist in {examples}") + raise ProfileNotFound(f"File {self.profile} does not exist in {storage['PROFILE_PATH']}") elif parsed_url.scheme in ('https', 'http'): return self.localize_path(self.profile) else: |