From 271ca853d4023e0519ec6cb33ee9396e190cfd80 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Sun, 6 Dec 2020 17:03:41 +0100 Subject: Refined debug output --- archinstall/lib/profiles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archinstall/lib/profiles.py') 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: -- cgit v1.2.3-54-g00ecf