Forgot return statement
This commit is contained in:
parent
c27c76896e
commit
82e0d20738
|
|
@ -146,7 +146,7 @@ class Profile():
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def path(self, *args, **kwargs):
|
def path(self, *args, **kwargs):
|
||||||
self._path.path
|
return self._path.path
|
||||||
|
|
||||||
def load_instructions(self, namespace=None):
|
def load_instructions(self, namespace=None):
|
||||||
if (absolute_path := self.path):
|
if (absolute_path := self.path):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue