aboutsummaryrefslogtreecommitdiffstats
path: root/netlib
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2016-10-19 21:53:58 +1300
committerAldo Cortesi <aldo@nullcube.com>2016-10-19 21:53:58 +1300
commit25e866b669f0a4348bdf12eea4ea661eee5246fe (patch)
treea5fd59d95845832322e1c933ef03c588560a647e /netlib
parentb1cf9dd5e38d5386199dff8c49e0dc1b46d8ec72 (diff)
downloadmitmproxy-25e866b669f0a4348bdf12eea4ea661eee5246fe.tar.gz
mitmproxy-25e866b669f0a4348bdf12eea4ea661eee5246fe.tar.bz2
mitmproxy-25e866b669f0a4348bdf12eea4ea661eee5246fe.zip
debug: add missing print output file paramater
Diffstat (limited to 'netlib')
-rw-r--r--netlib/debug.py2
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()