瀏覽代碼

libpython: revert https://trac.osgeo.org/grass/changeset/73238

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@73269 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 6 年之前
父節點
當前提交
490ae922d5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/python/script/core.py

+ 1 - 1
lib/python/script/core.py

@@ -80,7 +80,7 @@ STDOUT = subprocess.STDOUT
 
 
 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):