Skip to content

Commit 52e7489

Browse files
carlescufipdgendt
andauthored
Update src/west/app/project.py
Co-authored-by: Pieter De Gendt <[email protected]>
1 parent d607560 commit 52e7489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/west/app/project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ def _untracked(self):
663663
# inactive projects are still considered "tracked folders".
664664
ppaths.append(Path(project.abspath))
665665

666-
# Since west tolerates nested projects (i.e. a project inside the folder
666+
# Since west tolerates nested projects (i.e. a project inside the directory
667667
# of another project) we must sort the project paths to ensure that we
668668
# hit the "enclosing" project first when iterating.
669669
ppaths.sort()

0 commit comments

Comments
 (0)