Skip to content

Conversation

@nuclearcat
Copy link
Member

Replace double quotes with single quotes for dictionary key access in f-strings to fix SyntaxErrors. Python f-strings require single quotes when accessing dictionary keys using square bracket notation.

Replace double quotes with single quotes for dictionary key access in
f-strings to fix SyntaxErrors. Python f-strings require single quotes
when accessing dictionary keys using square bracket notation.

Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
@aliceinwire
Copy link
Member

Currently checking conformity with the following documentation

PEP 701 – Syntactic formalization of f-strings
https://peps.python.org/pep-0701/

@aliceinwire aliceinwire merged commit d3cc00e into kernelci:main Feb 10, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants