Tuesday 15 March 2011

(Empty) Row

Clicking on the (Empty) row caused this traceback:

Traceback (most recent call last):
File "/home/rltoscano/.gnome2/gedit/plugins/giterdone/filebrowsercontroller.py", line 169, in _on_fb_selection_changed
paths = self._get_selected_paths(selection)
File "/home/rltoscano/.gnome2/gedit/plugins/giterdone/filebrowsercontroller.py", line 245, in _get_selected_paths
return [model[row][2][len('file://'):] for row in rows]
TypeError: 'NoneType' object is unsubscriptable

No comments:

Post a Comment