Explorar o código

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 %!s(int64=9) %!d(string=hai) anos
pai
achega
6b78745c42
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)