Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass log.info() formatted values correctly
It should be log.info("%s", "spam") not log.info("%s" % "spam")
- Loading branch information