Forgot return statement

This commit is contained in:
Anton Hvornum 2020-11-29 21:28:20 +00:00
parent c27c76896e
commit 82e0d20738
1 changed files with 1 additions and 1 deletions

View File

@ -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):