[GRASS-SVN] r44371 - grass/trunk/lib/python

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Nov 22 17:04:11 EST 2010


Author: martinl
Date: 2010-11-22 14:04:11 -0800 (Mon, 22 Nov 2010)
New Revision: 44371

Modified:
   grass/trunk/lib/python/core.py
Log:
fix typo from r44368


Modified: grass/trunk/lib/python/core.py
===================================================================
--- grass/trunk/lib/python/core.py	2010-11-22 21:58:21 UTC (rev 44370)
+++ grass/trunk/lib/python/core.py	2010-11-22 22:04:11 UTC (rev 44371)
@@ -923,7 +923,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