debug: add missing print output file paramater

This commit is contained in:
Aldo Cortesi 2016-10-19 21:53:58 +13:00
parent b1cf9dd5e3
commit 25e866b669
1 changed files with 1 additions and 1 deletions

View File

@ -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()