From 82e0d2073822cf51745abb6e2f4469094b1f2696 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Sun, 29 Nov 2020 21:28:20 +0000 Subject: Forgot return statement --- archinstall/lib/profiles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archinstall') 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): -- cgit v1.2.3-54-g00ecf