Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2020-11-29 21:28:20 +0000
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-11-29 21:28:20 +0000
commit82e0d2073822cf51745abb6e2f4469094b1f2696 (patch)
tree497d7b3cd91c09536ed59507fb23dfcb52ef0aec /archinstall
parentc27c76896e2383b746b27cc1a5a458210220c214 (diff)
Forgot return statement
Diffstat (limited to 'archinstall')
-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 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):