mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
parent
a5f0308a5a
commit
89a8457de3
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ def pathsearch(func, s, pymode=False, pathobj=False):
|
|||
|
||||
def subproc_captured_stdout(*cmds, envs=None):
|
||||
"""Runs a subprocess, capturing the output. Returns the stdout
|
||||
that was produced as a str.
|
||||
that was produced as a str or list based on ``$XONSH_SUBPROC_OUTPUT_FORMAT``.
|
||||
"""
|
||||
|
||||
import xonsh.procs.specs
|
||||
|
|
Loading…
Add table
Reference in a new issue