mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-06-21 05:14:22 -04:00
seriously, don't try to wrap any lines, pprint
This commit is contained in:
parent
c6fa00812c
commit
2cf69bdaff
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ if __name__ == "__main__":
|
|||
return "\n".join(x)
|
||||
|
||||
def dump_state(signum, frame):
|
||||
pp = pprint.PrettyPrinter(indent=4, width=-1)
|
||||
pp = pprint.PrettyPrinter(indent=4, width=10000)
|
||||
state_strs = []
|
||||
|
||||
for th in threading.enumerate():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue