[GRASS-SVN] r71977 - grass/trunk/gui/wxpython/startup

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Dec 26 11:55:42 PST 2017


Author: martinl
Date: 2017-12-26 11:55:42 -0800 (Tue, 26 Dec 2017)
New Revision: 71977

Modified:
   grass/trunk/gui/wxpython/startup/locdownload.py
Log:
wxGUI/downloc: put todo note about missing termination

Modified: grass/trunk/gui/wxpython/startup/locdownload.py
===================================================================
--- grass/trunk/gui/wxpython/startup/locdownload.py	2017-12-26 19:47:44 UTC (rev 71976)
+++ grass/trunk/gui/wxpython/startup/locdownload.py	2017-12-26 19:55:42 UTC (rev 71977)
@@ -494,6 +494,7 @@
             ret = dlg.ShowModal()
             dlg.Destroy()
 
+            # TODO: terminate download process on wx.ID_YES
             if ret == wx.ID_NO:
                 return
     



More information about the grass-commit mailing list