[GRASS-SVN] r65304 - grass/trunk/lib/python/script

svn_grass at osgeo.org svn_grass at osgeo.org
Thu May 21 13:20:05 PDT 2015


Author: martinl
Date: 2015-05-21 13:20:05 -0700 (Thu, 21 May 2015)
New Revision: 65304

Modified:
   grass/trunk/lib/python/script/task.py
Log:
pythonlib: fix typo


Modified: grass/trunk/lib/python/script/task.py
===================================================================
--- grass/trunk/lib/python/script/task.py	2015-05-21 20:03:06 UTC (rev 65303)
+++ grass/trunk/lib/python/script/task.py	2015-05-21 20:20:05 UTC (rev 65304)
@@ -644,7 +644,7 @@
                 dcmd['flags'] = ''
             dcmd['flags'] += item[1]
         else: # unnamed parameter
-            module = gtask.parse_interface(cmd[0])
+            module = parse_interface(cmd[0])
             dcmd[module.define_first()] = item
     
     return (cmd[0], dcmd)



More information about the grass-commit mailing list