-
Notifications
You must be signed in to change notification settings - Fork 7.6k
scripts: west_commands: Fix linter issues for build extensions #90432
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@pdgendt please rebase :) |
Fix issues reported by ruff. Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
Fix issues reported by ruff. Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
Fix issues reported by ruff. Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
Fix issues reported by ruff. Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
Fix issues reported by ruff. Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
Fix issues reported by ruff. Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
|
@@ -577,10 +570,10 @@ def _sanity_check(self): | |||
self.args.board != cached_board) | |||
self.check_force( | |||
not boards_mismatched or self.auto_pristine, | |||
'Build directory {} targets board {}, but board {} was specified. ' | |||
f'Build directory {self.build_dir} targets board {cached_board}, ' | |||
'but board {self.args.board} was specified. ' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing f'
prefix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, feel free to submit a PR.
Fix issues reported by ruff.Fix issues reported by ruff.