jyn514 / GradeForge

Courses available from my.sc.edu
GNU General Public License v3.0
1 stars 0 forks source link

Use str.format instead of % formatting #50

Open jyn514 opened 6 years ago

jyn514 commented 6 years ago

See https://github.com/jyn514/GradeForge/pull/47#discussion_r200193986 for discussion.

There's a lot of code currently using % for formatting. We should clean it up as we go if there's a separate relevant change being made, but it's not enough of a priority to dig through the code base searching for it.