From: Ed Page Date: Mon, 26 Jul 2010 16:04:51 +0000 (-0500) Subject: Bugfix for debug prompt X-Git-Url: http://vcs.maemo.org/git/?p=theonering;a=commitdiff_plain;h=b126af8b8ad9a6d227feac49647ec7b19d13d077 Bugfix for debug prompt --- diff --git a/src/channel/debug_prompt.py b/src/channel/debug_prompt.py index 065ea07..85b1794 100644 --- a/src/channel/debug_prompt.py +++ b/src/channel/debug_prompt.py @@ -275,7 +275,7 @@ class DebugPromptChannel(tp.ChannelTypeText, cmd.Cmd): number = args yield ( self._conn.session.backend.call, - (number), + (number, ), {} ) except Exception, e: