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

STYLE: Update Python string formatting syntax #178

Open
Leengit opened this issue Mar 1, 2022 · 2 comments
Open

STYLE: Update Python string formatting syntax #178

Leengit opened this issue Mar 1, 2022 · 2 comments

Comments

@Leengit
Copy link
Contributor

Leengit commented Mar 1, 2022

Replace the likes of old-style "My file is {file}".format(file=my_file) with new-style f"My file is {my_file}".

@dzenanz
Copy link
Member

dzenanz commented Mar 1, 2022

I forgot this is software guide repo. This needs to be done in main repo too.

@Leengit
Copy link
Contributor Author

Leengit commented Mar 1, 2022

I forgot this is software guide repo. This needs to be done in main repo too.

Submitted as ITK Issue #3239

@Leengit Leengit changed the title Update Python print formatting syntax STYLE: Update Python string formatting syntax Mar 1, 2022
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

No branches or pull requests

2 participants