Use pprintpp if insalled
sirex opened this issue · 3 comments
sirex commented
alexmojaki commented
This seems like a pretty good idea.
Before making changes on my side though, can you try using it with the following code:
import pprint
import pprintpp
pprint.pformat = pprintpp.pformat
That should make pp
use pprintpp
.
sirex commented
Well, that works, but does not look like a clean solution.
alexmojaki commented