[GRASS-SVN] r73269 - grass/trunk/lib/python/script

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Sep 5 01:53:18 PDT 2018


Author: mmetz
Date: 2018-09-05 01:53:18 -0700 (Wed, 05 Sep 2018)
New Revision: 73269

Modified:
   grass/trunk/lib/python/script/core.py
Log:
libpython: revert r73238

Modified: grass/trunk/lib/python/script/core.py
===================================================================
--- grass/trunk/lib/python/script/core.py	2018-09-05 08:17:51 UTC (rev 73268)
+++ grass/trunk/lib/python/script/core.py	2018-09-05 08:53:18 UTC (rev 73269)
@@ -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