index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-11-29 21:28:20 +0000 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-11-29 21:28:20 +0000 |
commit | 82e0d2073822cf51745abb6e2f4469094b1f2696 (patch) | |
tree | 497d7b3cd91c09536ed59507fb23dfcb52ef0aec /archinstall | |
parent | c27c76896e2383b746b27cc1a5a458210220c214 (diff) |
-rw-r--r-- | archinstall/lib/profiles.py | 2 |
diff --git a/archinstall/lib/profiles.py b/archinstall/lib/profiles.py index 53c9bb90..1515c8ea 100644 --- a/archinstall/lib/profiles.py +++ b/archinstall/lib/profiles.py @@ -146,7 +146,7 @@ class Profile(): @property def path(self, *args, **kwargs): - self._path.path + return self._path.path def load_instructions(self, namespace=None): if (absolute_path := self.path): |