Opened 12 years ago

Closed 11 years ago

#4119 closed defect (fixed)

Errors when there aren't expressions in the list

Reported by: danielfrancis Owned by: danielfrancis
Priority: Normal Milestone:
Component: GraphPlotter Version: Git as of bugdate
Severity: Major Keywords:
Cc: AlanJAS Distribution/OS: Unspecified
Bug Status: Resolved

Description

There's to remove this error from the log. I'm thinking in disable the option of remove the function when there's only one expression in the list.

Traceback (most recent call last):

File "/home/alan/Activities/GraphPlotter.activity/canvas.py", line

340, in _remove_function

self.functions_list.remove_function()

File "/home/alan/Activities/GraphPlotter.activity/functions.py", line

132, in remove_function

_iter = self.model.get_iter(rows[1][0])

IndexError: list index out of range

Change History (2)

comment:1 Changed 11 years ago by danielfrancis

  • Bug Status changed from New to Resolved
  • Summary changed from Errors when there are expressions in the list to Errors when there aren't expressions in the list

comment:2 Changed 11 years ago by AlanJAS

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.