[GRASS-git] [OSGeo/grass] 5b7be3: GUI: call G_gisinit when forms are run standalone ...
Māris Nartišs
noreply at github.com
Sun Feb 12 07:37:45 PST 2023
Branch: refs/heads/main
Home: https://github.com/OSGeo/grass
Commit: 5b7be390d91fc799370950196426aeec80ef9c5c
https://github.com/OSGeo/grass/commit/5b7be390d91fc799370950196426aeec80ef9c5c
Author: Māris Nartišs <maris.gis at gmail.com>
Date: 2023-02-12 (Sun, 12 Feb 2023)
Changed paths:
M gui/wxpython/gui_core/gselect.py
Log Message:
-----------
GUI: call G_gisinit when forms are run standalone (e.g. from parser) (#2489)
* GUI: call G_gisinit when forms are run standalone (e.g. from parser)
Repeated calls to G_gisinit are safe;
When forms.py are loaded as a part of other code, one can assume that
G_gisinit has already been called.
See #2484 for discussion.
More information about the grass-commit
mailing list