Commit 5fa7ca48 authored by Guillaume Seguin's avatar Guillaume Seguin

Call kill() from do_exit() in pronsole

parent 4d71f655
......@@ -708,6 +708,7 @@ class pronsole(cmd.Cmd):
return
self.log(_("Exiting program. Goodbye!"))
self.p.disconnect()
self.kill()
sys.exit()
def help_exit(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment