We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d607560 commit 52e7489Copy full SHA for 52e7489
src/west/app/project.py
@@ -663,7 +663,7 @@ def _untracked(self):
663
# inactive projects are still considered "tracked folders".
664
ppaths.append(Path(project.abspath))
665
666
- # Since west tolerates nested projects (i.e. a project inside the folder
+ # Since west tolerates nested projects (i.e. a project inside the directory
667
# of another project) we must sort the project paths to ensure that we
668
# hit the "enclosing" project first when iterating.
669
ppaths.sort()
0 commit comments