[GRASS-dev] [GRASS GIS] #3692: The python gcore message() function does not work in 7.4.2
GRASS GIS
trac at osgeo.org
Tue Nov 6 07:47:44 PST 2018
#3692: The python gcore message() function does not work in 7.4.2
--------------------------+-----------------------------
Reporter: micha | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.4.3
Component: Python | Version: 7.4.2
Resolution: | Keywords: message, python
CPU: Unspecified | Platform: Unspecified
--------------------------+-----------------------------
Comment (by martinl):
Comparing G74 and G76, this could play a role since messages are printed
to stderr.
{{{
-_capture_stderr = True # capture stderr of subprocesses if possible
+_capture_stderr = False # capture stderr of subprocesses if possible
}}}
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3692#comment:4>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list