[GRASS-SVN] r61335 - grass/branches/releasebranch_6_4/gui/wxpython/gui_core
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jul 22 13:06:11 PDT 2014
Author: martinl
Date: 2014-07-22 13:06:11 -0700 (Tue, 22 Jul 2014)
New Revision: 61335
Modified:
grass/branches/releasebranch_6_4/gui/wxpython/gui_core/ghelp.py
Log:
wxGUI: fix about dialog (extra contribs)
Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_core/ghelp.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_core/ghelp.py 2014-07-22 20:01:02 UTC (rev 61334)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_core/ghelp.py 2014-07-22 20:06:11 UTC (rev 61335)
@@ -609,7 +609,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