mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-07-16 11:38:47 -04:00
ugh, it was better with the default width, in spite of the ridiculous behavior.script
This commit is contained in:
parent
2cf69bdaff
commit
9b32f9a3d1
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=10000)
|
||||
pp = pprint.PrettyPrinter(indent=4)
|
||||
state_strs = []
|
||||
|
||||
for th in threading.enumerate():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue