Skip to content

Commit 6f600e3

Browse files
committed
fixup! fix: Resolve west-command paths correctly from manifests in subdirectories
1 parent e903197 commit 6f600e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_manifest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2162,7 +2162,7 @@ def test_import_project_submanifest_commands_from_project_subdirectory(manifest_
21622162
# Re-write the top-level manifest to use an import map instead of
21632163
# a string; the imported manifest still lives at mf_subdir/west.yml.
21642164
with open(manifest_repo / 'west.yml', 'w') as f:
2165-
f.write('''\
2165+
f.write('''\
21662166
manifest:
21672167
projects:
21682168
- name: p1

0 commit comments

Comments
 (0)