jenndhemus / editra-plugins

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

[projects] Bug on commit #124

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Editra Version: 0.4.95
Operating System: Linux 2.6.28-13-generic x86_64
Python Version: 2.6.2 (release26-maint, Apr 19 2009, 01:58:18)
[GCC 4.3.3]
wxPython Version: 2.8.9.1 (gtk2-unicode)
wxPython Info: (__WXGTK__, wxGTK, unicode, gtk2, wx-assertions-off,
SWIG-1.3.29)
Python Encoding: Default=ascii  File=UTF-8
wxPython Encoding: UTF-8
System Architecture: 64bit x86_64
Byte order: little
Frozen: False
#---- End System Information ----#

#---- Traceback Info ----#
*** Sat Jul  4 18:21:30 2009 ***
Traceback (most recent call last):
 File
"/home/lucas/.Editra/plugins/Projects-1.3-py2.6.egg/projects/ProjectPane.py",
line 392, in <lambda>
   lambda evt: self.scCommit(self.getSelectedNodes()),
 File
"/home/lucas/.Editra/plugins/Projects-1.3-py2.6.egg/projects/ProjectPane.py",
line 937, in scCommit
   if data.get('sclock', None):
AttributeError: 'NoneType' object has no attribute 'get'

Original issue reported on code.google.com by CodyPrec...@gmail.com on 20 Jul 2009 at 8:12

GoogleCodeExporter commented 8 years ago
Fixed 

check for None when retrieving node data

Original comment by CodyPrec...@gmail.com on 7 Nov 2009 at 4:45