Comment 0 for bug 78133

Revision history for this message
asdferfasdfasp9f7as98df (benoit.m-deactivatedaccount) wrote :

  File pida/services/man.py, line 91, in cb_list_d_clicked
    short_title='Man %s(%d)' %
  File pida/core/boss.py, line 79, in call_command
    return group.call(commandname=commandname, **kw)
  File pida/core/service.py, line 150, in call
    result = self.__call_command(command, **kw)
  File pida/core/service.py, line 158, in __call_command
    return command(**kw)
  File pida/core/command.py, line 72, in __call__
    return self.__callback(**kw)
  File pida/services/terminal.py, line 181, in cmd_execute
    short_title=short_title,
  File pida/core/views.py, line 20, in create_view
    prefix=viewname, **kw)
  File pida/pidagtk/contentview.py, line 89, in __init__
    self.init(**kw)
  File pida/services/terminal.py, line 56, in init
    terminal.execute(command_args, **kw)
  File pida/services/terminal.py, line 465, in execute
    del kw['lang']
KeyError: 'lang'