diff options
-rw-r--r-- | netlib/debug.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netlib/debug.py b/netlib/debug.py index 88c759f3..f1b3d792 100644 --- a/netlib/debug.py +++ b/netlib/debug.py @@ -77,7 +77,7 @@ def dump_info(signal=None, frame=None, file=sys.stdout, testing=False): # pragm for i in bthreads: print(i._threadinfo(), file=file) - print() + print(file=file) print("Memory", file=file) print("=======", file=file) gc.collect() |