index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-11-29 21:27:57 +0000 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-11-29 21:27:57 +0000 |
commit | c27c76896e2383b746b27cc1a5a458210220c214 (patch) | |
tree | 76237fb40374ad45cc8088cd67677a8258e2668f /archinstall | |
parent | c4cfa26f59107b46b18128adf9f8375e47dbc3ec (diff) |
-rw-r--r-- | archinstall/lib/profiles.py | 2 |
diff --git a/archinstall/lib/profiles.py b/archinstall/lib/profiles.py index 911fc9e5..53c9bb90 100644 --- a/archinstall/lib/profiles.py +++ b/archinstall/lib/profiles.py @@ -160,7 +160,7 @@ class Profile(): else: raise ProfileError(f'Extension {os.path.splitext(absolute_path)[1]} is not a supported profile model. Only .py is supported.') - raise ProfileError(f'No such profile ({self._path}) was found either locally or in {storage["UPSTREAM_URL"]}') + raise ProfileError(f'No such profile ({self.path}) was found either locally or in {storage["UPSTREAM_URL"]}') def install(self): # To avoid profiles importing the wrong 'archinstall', |