clicompanion-devs team mailing list archive
-
clicompanion-devs team
-
Mailing list archive
-
Message #00178
[Bug 909545] Re: list index out of range when running without selecting
** Changed in: clicompanion
Status: New => In Progress
** Changed in: clicompanion
Assignee: (unassigned) => David Caro (dcaro)
--
You received this bug notification because you are a member of CLI
Companion Development Team, which is subscribed to CLI Companion.
https://bugs.launchpad.net/bugs/909545
Title:
list index out of range when running without selecting
Status in CLI Companion:
In Progress
Bug description:
When executing a command without focusing on one (for example, when
just after editing a command), ends up with a list index out of
bounds stack trace:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/clicompanionlib/controller.py", line 366, in run_command
row_int = int(view.ROW[0][0]) ## removes everything but number from [5,]
IndexError: list index out of range
To manage notifications about this bug go to:
https://bugs.launchpad.net/clicompanion/+bug/909545/+subscriptions
References