g-diffuser-bot
g-diffuser-bot copied to clipboard
revise string formatting across the project to use proper format strings
instead of + operator string concat :(
at the same time, any remaining path calculations that don't already use pathlib should be refactored to to pathlib rather than string concat.