We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d1a790 commit a660e47Copy full SHA for a660e47
src/exabgp/application/server.py
@@ -40,7 +40,7 @@ def __exit(memory, code):
40
sys.stdout.write(objgraph.show_most_common_types(limit=20))
41
sys.stdout.write('\n\n\n')
42
sys.stdout.write('generating memory utilisation graph\n\n')
43
- sys.stdout.write()
+ sys.stdout.write('')
44
obj = objgraph.by_type('Reactor')
45
objgraph.show_backrefs([obj], max_depth=10)
46
sys.exit(code)
0 commit comments