Skip to content

Commit 728425e

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

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
@@ -703,7 +703,7 @@ def _find_untracked(folder):
703703
# only when required.
704704
_find_untracked(Path(self.topdir))
705705

706-
# Remove the .west folder, which is maintained by west
706+
# Exclude the .west directory, which is maintained by west
707707
try:
708708
untracked.remove((Path(self.topdir) / Path(WEST_DIR)).resolve())
709709
except ValueError:

0 commit comments

Comments
 (0)