ugh, it was better with the default width, in spite of the ridiculous behavior.script

This commit is contained in:
Noah Levitt 2014-06-20 14:40:12 -07:00
parent 2cf69bdaff
commit 9b32f9a3d1

View File

@ -55,7 +55,7 @@ if __name__ == "__main__":
return "\n".join(x)
def dump_state(signum, frame):
pp = pprint.PrettyPrinter(indent=4, width=10000)
pp = pprint.PrettyPrinter(indent=4)
state_strs = []
for th in threading.enumerate():