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 52e7489 commit e320f35Copy full SHA for e320f35
src/west/app/project.py
@@ -698,8 +698,8 @@ def _find_untracked(folder):
698
untracked.append(e)
699
continue
700
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
+ # Avoid using Path.walk() since that returns all files and directories under
+ # a particular directory, which is overkill in our case. Instead, recurse
703
# only when required.
704
_find_untracked(Path(self.topdir))
705
0 commit comments