Added more debugging
This commit is contained in:
parent
c4cfa26f59
commit
c27c76896e
|
|
@ -160,7 +160,7 @@ class Profile():
|
||||||
else:
|
else:
|
||||||
raise ProfileError(f'Extension {os.path.splitext(absolute_path)[1]} is not a supported profile model. Only .py is supported.')
|
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):
|
def install(self):
|
||||||
# To avoid profiles importing the wrong 'archinstall',
|
# To avoid profiles importing the wrong 'archinstall',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue