BugAlertDotOrg / bugalert

MIT License
207 stars 20 forks source link

Change to f-strings #1

Closed mattlorimor closed 2 years ago

mattlorimor commented 2 years ago

This changes all string replacements to be done via the more-contemporary f-string way.

Things to double check

I'll call out in the PR diff places to triple check.

For Site Improvements

mattlorimor commented 2 years ago

Merged in main and resolved the conflicts.

I also cleaned up some explicit open and close operations and changed them to with statements. Double check those to make sure I didn't break something expecting it to be done that way.