cjprecord / editra-plugins

Automatically exported from code.google.com/p/editra-plugins
0 stars 0 forks source link

[projects] NoneType non scriptable #65

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Got this via the error reporter today:

 ***Traceback (most recent call last):  File
"/home/mihai/.Editra/plugins/Projects-0.6-py2.5.egg/projects/ProjectPane.py",
line 614, in OnPageChanged    if filename in self.getSelectedPaths():  File
"/home/mihai/.Editra/plugins/Projects-0.6-py2.5.egg/projects/ProjectPane.py",
line 582, in getSelectedPaths   
paths.append(self.tree.GetPyData(item)[path])TypeError: NoneType object is
unsubscriptable#---- End Traceback Info ----#

Original issue reported on code.google.com by CodyPrec...@gmail.com on 22 Aug 2008 at 1:47

GoogleCodeExporter commented 9 years ago
Fix checked in

Check that the PyData is not None before trying to access it.

Original comment by CodyPrec...@gmail.com on 27 Aug 2008 at 2:59

GoogleCodeExporter commented 9 years ago
Move old 'fixed' issues to verified

Original comment by CodyPrec...@gmail.com on 3 Feb 2009 at 8:18