Skip to content

Commit e320f35

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/west/app/project.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -698,8 +698,8 @@ def _find_untracked(folder):
698698
untracked.append(e)
699699
continue
700700

701-
# Avoid using Path.walk() since that returns all files and folders under
702-
# a particular folder, which is overkill in our case. Instead, recurse
701+
# Avoid using Path.walk() since that returns all files and directories under
702+
# a particular directory, which is overkill in our case. Instead, recurse
703703
# only when required.
704704
_find_untracked(Path(self.topdir))
705705

0 commit comments

Comments
 (0)