X-Git-Url: http://git.maemo.org/git/?p=theonering;a=blobdiff_plain;f=src%2Fchannel%2Fdebug_prompt.py;fp=src%2Fchannel%2Fdebug_prompt.py;h=85b17949d583b8fcced24532ed9f10ae16eaac46;hp=065ea075a682e1ea5ead426c1d830feb9b618484;hb=b126af8b8ad9a6d227feac49647ec7b19d13d077;hpb=f455941b014224a3b6dd83acd3123223b173324b 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: