[GRASS-SVN] r35048 - grass/branches/releasebranch_6_4/lib/python
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Dec 26 11:41:24 EST 2008
Author: martinl
Date: 2008-12-26 11:41:24 -0500 (Fri, 26 Dec 2008)
New Revision: 35048
Modified:
grass/branches/releasebranch_6_4/lib/python/grass.py
Log:
grass.py: fix fatal()
(merge from devbr6, r35046)
Modified: grass/branches/releasebranch_6_4/lib/python/grass.py
===================================================================
--- grass/branches/releasebranch_6_4/lib/python/grass.py 2008-12-26 16:41:01 UTC (rev 35047)
+++ grass/branches/releasebranch_6_4/lib/python/grass.py 2008-12-26 16:41:24 UTC (rev 35048)
@@ -573,4 +573,4 @@
t = string.Template(exp)
e = t.substitute(**kwargs)
if run_command('r.mapcalc', expression = e) != 0:
- grass.fatal("An error occurred while running r.mapcalc")
+ fatal("An error occurred while running r.mapcalc")
More information about the grass-commit
mailing list