[GRASS-SVN] r61336 - grass/branches/develbranch_6/gui/wxpython/gui_core

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jul 22 13:07:54 PDT 2014


Author: martinl
Date: 2014-07-22 13:07:54 -0700 (Tue, 22 Jul 2014)
New Revision: 61336

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_core/ghelp.py
Log:
wxGUI: fix about dialog (extra contribs)

Modified: grass/branches/develbranch_6/gui/wxpython/gui_core/ghelp.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_core/ghelp.py	2014-07-22 20:06:11 UTC (rev 61335)
+++ grass/branches/develbranch_6/gui/wxpython/gui_core/ghelp.py	2014-07-22 20:07:54 UTC (rev 61336)
@@ -429,7 +429,7 @@
                 line = line.rstrip('\n')
                 try:
                     if extra:
-                        name, email, rfc2_agreed = line.split(',')
+                        name, email, country, rfc2_agreed = line.split(',')
                     else:
                         cvs_id, name, email, country, osgeo_id, rfc2_agreed = line.split(',')
                 except ValueError:



More information about the grass-commit mailing list