[GRASS-SVN] r44372 - grass/branches/develbranch_6/lib/python
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Nov 22 17:08:25 EST 2010
Author: martinl
Date: 2010-11-22 14:08:25 -0800 (Mon, 22 Nov 2010)
New Revision: 44372
Modified:
grass/branches/develbranch_6/lib/python/core.py
Log:
fix typo from r44369
Modified: grass/branches/develbranch_6/lib/python/core.py
===================================================================
--- grass/branches/develbranch_6/lib/python/core.py 2010-11-22 22:04:11 UTC (rev 44371)
+++ grass/branches/develbranch_6/lib/python/core.py 2010-11-22 22:08:25 UTC (rev 44372)
@@ -932,7 +932,7 @@
@return True on success
@return False on failure
"""
- if epgs:
+ if epsg:
ret = run_command('g.proj',
flags = 'c',
epsg = epsg,
More information about the grass-commit
mailing list