[GRASS-SVN] r44373 - grass/branches/releasebranch_6_4/lib/python

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Nov 22 17:13:58 EST 2010


Author: martinl
Date: 2010-11-22 14:13:57 -0800 (Mon, 22 Nov 2010)
New Revision: 44373

Modified:
   grass/branches/releasebranch_6_4/lib/python/core.py
Log:
fix typo from r44370


Modified: grass/branches/releasebranch_6_4/lib/python/core.py
===================================================================
--- grass/branches/releasebranch_6_4/lib/python/core.py	2010-11-22 22:08:25 UTC (rev 44372)
+++ grass/branches/releasebranch_6_4/lib/python/core.py	2010-11-22 22:13:57 UTC (rev 44373)
@@ -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