[cosmetic] format strings in Python scripts #7821
Replies: 1 comment
-
Thanks, but personally I'm not overly bothered by this. It's not like we have a great deal of them (I count 124 in every script in the scripts folder) , and I feel like the original:
Isn't really that hard to understand. By contrast you've got stuff like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I see a lot of
str()
function calls in Python scripts, maybe it will better to usef""
format strings to make code a bit cleaner?as a sample, from
build_linker.py
:Beta Was this translation helpful? Give feedback.
All reactions