We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e903197 commit 6f600e3Copy full SHA for 6f600e3
1 file changed
tests/test_manifest.py
@@ -2162,7 +2162,7 @@ def test_import_project_submanifest_commands_from_project_subdirectory(manifest_
2162
# Re-write the top-level manifest to use an import map instead of
2163
# a string; the imported manifest still lives at mf_subdir/west.yml.
2164
with open(manifest_repo / 'west.yml', 'w') as f:
2165
- f.write('''\
+ f.write('''\
2166
manifest:
2167
projects:
2168
- name: p1
0 commit comments