|
@@ -349,6 +349,7 @@ class MapApp(wx.App):
|
|
|
if not globalvar.CheckWxVersion([2, 9]):
|
|
|
wx.InitAllImageHandlers()
|
|
|
|
|
|
+ grass.set_raise_on_error(True)
|
|
|
# actual use of StandaloneGrassInterface not yet tested
|
|
|
# needed for adding functionality in future
|
|
|
giface = DMonGrassInterface(None)
|