[GRASS-SVN] r73270 - grass/branches/releasebranch_7_6/lib/python/script

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Sep 5 01:54:10 PDT 2018


Author: mmetz
Date: 2018-09-05 01:54:10 -0700 (Wed, 05 Sep 2018)
New Revision: 73270

Modified:
   grass/branches/releasebranch_7_6/lib/python/script/core.py
Log:
libpython: revert r73239

Modified: grass/branches/releasebranch_7_6/lib/python/script/core.py
===================================================================
--- grass/branches/releasebranch_7_6/lib/python/script/core.py	2018-09-05 08:53:18 UTC (rev 73269)
+++ grass/branches/releasebranch_7_6/lib/python/script/core.py	2018-09-05 08:54:10 UTC (rev 73270)
@@ -80,7 +80,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