ITKSoftwareGuide
ITKSoftwareGuide copied to clipboard
STYLE: Update Python string formatting syntax
Replace the likes of old-style "My file is {file}".format(file=my_file) with new-style f"My file is {my_file}".
I forgot this is software guide repo. This needs to be done in main repo too.
I forgot this is software guide repo. This needs to be done in main repo too.
Submitted as ITK Issue #3239
PR #179 did not close this since https://github.com/InsightSoftwareConsortium/ITKSoftwareGuide/pull/179#issuecomment-1057045049 was not on the PR opening message. Closing now. Thanks for having addressed this Lee.