[GRASS-SVN] r52146 - grass/trunk/scripts/r3.in.xyz

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jun 19 18:00:32 PDT 2012


Author: hamish
Date: 2012-06-19 18:00:32 -0700 (Tue, 19 Jun 2012)
New Revision: 52146

Modified:
   grass/trunk/scripts/r3.in.xyz/r3.in.xyz.py
Log:
cut & pasted too much

Modified: grass/trunk/scripts/r3.in.xyz/r3.in.xyz.py
===================================================================
--- grass/trunk/scripts/r3.in.xyz/r3.in.xyz.py	2012-06-20 00:58:03 UTC (rev 52145)
+++ grass/trunk/scripts/r3.in.xyz/r3.in.xyz.py	2012-06-20 01:00:32 UTC (rev 52146)
@@ -256,7 +256,7 @@
 
 
     # wait for jobs to finish, collect any stray output
-    for p_i in range(1, 1 + depths)[:i]:
+    for p_i in range(1, 1 + depths):
 	if not proc[p_i].stdout.closed:
 	    pout[p_i] = proc[p_i].communicate()[0]
 	if proc[p_i].wait() is not 0:



More information about the grass-commit mailing list