瀏覽代碼

cut & pasted too much

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@52146 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 13 年之前
父節點
當前提交
27ee2e73ff
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/r3.in.xyz/r3.in.xyz.py

+ 1 - 1
scripts/r3.in.xyz/r3.in.xyz.py

@@ -256,7 +256,7 @@ def main():
 
 
     # 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: