Sfoglia il codice sorgente

fix typo from https://trac.osgeo.org/grass/changeset/44368

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@44371 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 14 anni fa
parent
commit
7ef6d5beaf
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      lib/python/core.py

+ 1 - 1
lib/python/core.py

@@ -923,7 +923,7 @@ def create_location(location, epsg = None, proj4 = None, filename = None, wkt =
     @return True on success
     @return False on failure
     """
-    if epgs:
+    if epsg:
         ret = run_command('g.proj',
                           flags = 'c',
                           epsg = epsg,