[GRASS-SVN] r73651 - grass/branches/releasebranch_7_4/lib/python/script

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Nov 6 09:07:20 PST 2018


Author: martinl
Date: 2018-11-06 09:07:20 -0800 (Tue, 06 Nov 2018)
New Revision: 73651

Modified:
   grass/branches/releasebranch_7_4/lib/python/script/core.py
Log:
libpython: revert r73238, fixes #3692

Modified: grass/branches/releasebranch_7_4/lib/python/script/core.py
===================================================================
--- grass/branches/releasebranch_7_4/lib/python/script/core.py	2018-11-06 13:06:24 UTC (rev 73650)
+++ grass/branches/releasebranch_7_4/lib/python/script/core.py	2018-11-06 17:07:20 UTC (rev 73651)
@@ -78,7 +78,7 @@
 
 
 raise_on_error = False  # raise exception instead of calling fatal()
-_capture_stderr = True  # capture stderr of subprocesses if possible
+_capture_stderr = False  # capture stderr of subprocesses if possible
 
 
 def call(*args, **kwargs):



More information about the grass-commit mailing list