[GRASS-SVN] r67531 - grass/trunk/gui/wxpython/datacatalog

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jan 9 09:23:36 PST 2016


Author: martinl
Date: 2016-01-09 09:23:36 -0800 (Sat, 09 Jan 2016)
New Revision: 67531

Modified:
   grass/trunk/gui/wxpython/datacatalog/tree.py
Log:
wxGUI: data catalog does not show all raster layers, while showing some non-existing (#2697)


Modified: grass/trunk/gui/wxpython/datacatalog/tree.py
===================================================================
--- grass/trunk/gui/wxpython/datacatalog/tree.py	2016-01-09 17:19:22 UTC (rev 67530)
+++ grass/trunk/gui/wxpython/datacatalog/tree.py	2016-01-09 17:23:36 UTC (rev 67531)
@@ -166,7 +166,7 @@
             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)



More information about the grass-commit mailing list