diff --git a/src/west/manifest.py b/src/west/manifest.py index d506451..9e3f5db 100644 --- a/src/west/manifest.py +++ b/src/west/manifest.py @@ -1418,7 +1418,7 @@ class ManifestProject(Project): self.topdir = topdir self._abspath = None self._posixpath = None - self._path = os.path.normpath(path) if path else None + self._path = path # Extension commands. self.west_commands = west_commands