[GRASS-SVN] r56460 - grass/trunk/scripts/r3.in.xyz
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue May 28 16:42:09 PDT 2013
Author: hamish
Date: 2013-05-28 16:42:08 -0700 (Tue, 28 May 2013)
New Revision: 56460
Modified:
grass/trunk/scripts/r3.in.xyz/r3.in.xyz.py
Log:
minor whitespace in comment
Modified: grass/trunk/scripts/r3.in.xyz/r3.in.xyz.py
===================================================================
--- grass/trunk/scripts/r3.in.xyz/r3.in.xyz.py 2013-05-28 21:29:30 UTC (rev 56459)
+++ grass/trunk/scripts/r3.in.xyz/r3.in.xyz.py 2013-05-28 23:42:08 UTC (rev 56460)
@@ -277,7 +277,7 @@
else:
zrange_max = region['b'] + (region['tbres'] * i)
- # spawn depth layerimport job in the background
+ # spawn depth layer import job in the background
#grass.debug("slice %d, <%s> %% %d" % (band, image[band], band % workers))
grass.message(_("Processing horizontal slice %d of %d [%.15g,%.15g) ...")
% (i, region['depths'], zrange_min, zrange_max))
More information about the grass-commit
mailing list