Skip to content
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

Missing f prefix on f-strings #3414

Closed
code-review-doctor opened this issue Apr 23, 2022 · 1 comment · Fixed by #3415
Closed

Missing f prefix on f-strings #3414

code-review-doctor opened this issue Apr 23, 2022 · 1 comment · Fixed by #3415
Labels

Comments

@code-review-doctor
Copy link
Contributor

Some strings looks like they're meant to be f-strings but are missing the f prefix meaning variable interpolation won't happen.

raise cv.Invalid("Unsupported ESP32 variant {variant}")

raise cv.Invalid("Unsupported ESP32 variant {variant}")

I found this issue automatically. I'm a bot. Beep Boop 🦊. See other issues I found in your repo here

@github-actions
Copy link
Contributor

#430

@github-actions github-actions bot added the stale label Apr 25, 2022
@github-actions github-actions bot locked and limited conversation to collaborators May 4, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant