[GRASS-SVN] r35046 - grass/branches/develbranch_6/lib/python
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Dec 26 11:39:54 EST 2008
Author: martinl
Date: 2008-12-26 11:39:54 -0500 (Fri, 26 Dec 2008)
New Revision: 35046
Modified:
grass/branches/develbranch_6/lib/python/grass.py
Log:
grass.py: fix fatal()
Modified: grass/branches/develbranch_6/lib/python/grass.py
===================================================================
--- grass/branches/develbranch_6/lib/python/grass.py 2008-12-26 16:39:16 UTC (rev 35045)
+++ grass/branches/develbranch_6/lib/python/grass.py 2008-12-26 16:39:54 UTC (rev 35046)
@@ -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