Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/profiles.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2020-12-06 17:03:41 +0100
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-12-06 17:03:41 +0100
commit271ca853d4023e0519ec6cb33ee9396e190cfd80 (patch)
treec4e8f536eaaac55228f4000c7090a9ad4f7f61cc /archinstall/lib/profiles.py
parentdf71d22498403dd2c407a90bbfe20767f5097e17 (diff)
Refined debug output
Diffstat (limited to 'archinstall/lib/profiles.py')
-rw-r--r--archinstall/lib/profiles.py2
1 files changed, 1 insertions, 1 deletions
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: