[GRASS-SVN] r40327 - grass/branches/develbranch_6/scripts/v.krige

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jan 8 16:14:44 EST 2010


Author: martinl
Date: 2010-01-08 16:14:44 -0500 (Fri, 08 Jan 2010)
New Revision: 40327

Modified:
   grass/branches/develbranch_6/scripts/v.krige/v.krige
Log:
v.krige: fix typo


Modified: grass/branches/develbranch_6/scripts/v.krige/v.krige
===================================================================
--- grass/branches/develbranch_6/scripts/v.krige/v.krige	2010-01-08 21:13:38 UTC (rev 40326)
+++ grass/branches/develbranch_6/scripts/v.krige/v.krige	2010-01-08 21:14:44 UTC (rev 40327)
@@ -870,7 +870,7 @@
     # @FIXME: it leaves a Rtmpxxxx folder into the make tempfolder and causes make complain. [markus]
     for each in ["gstat", "spgrass6", "maptools"]:
         if not robjects.r.require(each, quietly = True)[0]:
-            sys.exit(_("R package % is missing. Install it and re-run v.krige.") % each)
+            sys.exit(_("R package '%s' is missing. Install it and re-run v.krige.") % each)
     
 if __name__ == '__main__':
     if len(sys.argv) > 1:



More information about the grass-commit mailing list