Skip to content

Commit

Permalink
Fixed exception on detach
Browse files Browse the repository at this point in the history
  • Loading branch information
joonty committed Nov 13, 2012
1 parent ef0f6a8 commit 7c05f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/python/vdebug/runner.py
Expand Up @@ -274,7 +274,7 @@ def detach(self):
if not self.is_alive():
self.ui.error("Cannot detach: no debugger connection")
else:
self.say("Detaching the debugger")
self.ui.say("Detaching the debugger")
self.api.detach()

def close_connection(self,stop = True):
Expand Down

0 comments on commit 7c05f60

Please sign in to comment.