summaryrefslogtreecommitdiff
path: root/src/buildstream/plugins/sources/workspace.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/plugins/sources/workspace.py')
-rw-r--r--src/buildstream/plugins/sources/workspace.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buildstream/plugins/sources/workspace.py b/src/buildstream/plugins/sources/workspace.py
index 1a99e8a2e..ec3f2cf5b 100644
--- a/src/buildstream/plugins/sources/workspace.py
+++ b/src/buildstream/plugins/sources/workspace.py
@@ -118,8 +118,8 @@ class WorkspaceSource(Source):
reason='ensure-stage-dir-fail')
self.__source_digest = directory._get_digest()
- def _get_local_path(self):
- return self.fullpath
+ def _get_local_path(self) -> str:
+ return self.path
# Plugin entry point
def setup():