We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edd1cee commit d5220ddCopy full SHA for d5220dd
src/west/app/main.py
@@ -1019,7 +1019,7 @@ def append(*strings):
1019
#
1020
# This has its own wrinkle: we can't let a failed
1021
# import break the built-in commands.
1022
- for path, specs in self.west_app.extension_groups.items():
+ for _path, specs in self.west_app.extension_groups.items():
1023
# This may occur in case a project defines commands already
1024
# defined, in which case it has been filtered out.
1025
if not specs:
0 commit comments