瀏覽代碼

wxGUI: data catalog does not show all raster layers, while showing some non-existing (https://trac.osgeo.org/grass/ticket/2697)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@67531 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 9 年之前
父節點
當前提交
6b78745c42
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gui/wxpython/datacatalog/tree.py

+ 1 - 1
gui/wxpython/datacatalog/tree.py

@@ -166,7 +166,7 @@ class LocationMapTree(TreeView):
             if proc_count == nprocs or loc_count == nlocations:
                 Debug.msg(4, "Process subresults")
                 for i in range(len(loc_list)):
-                    proc_list[i].join()
+                    proc_list[i].join(0.1)
                     maps, error = queue_list[i].get()
                     if error:
                         errors.append(error)