Skip to content

Commit a660e47

Browse files
committed
fix bad function call
1 parent 4d1a790 commit a660e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/exabgp/application/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def __exit(memory, code):
4040
sys.stdout.write(objgraph.show_most_common_types(limit=20))
4141
sys.stdout.write('\n\n\n')
4242
sys.stdout.write('generating memory utilisation graph\n\n')
43-
sys.stdout.write()
43+
sys.stdout.write('')
4444
obj = objgraph.by_type('Reactor')
4545
objgraph.show_backrefs([obj], max_depth=10)
4646
sys.exit(code)

0 commit comments

Comments
 (0)