Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
string formatting - line 112 (linuxmint#7881)
% is used to cast objects, %s to string etc. now, if int or float, the corresponding formatting (like %d) should be used instead of converting via str() then passing via %s (double job as the purpose of formatting is precisely to allow even numbers) now .format() is supported since py2.7 . it is more flexible and less dense
- Loading branch information