mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
XONSH_TRACE_SUBPROC returns more useful details.
This commit is contained in:
parent
983a7c51d1
commit
4250cce9fd
1 changed files with 2 additions and 1 deletions
|
@ -901,9 +901,10 @@ def run_subproc(cmds, captured=False, envs=None):
|
|||
"cls": cls,
|
||||
"alias": s.alias_name,
|
||||
"bin": s.binary_loc,
|
||||
"thread": s.threadable,
|
||||
"bg": s.background,
|
||||
"threadable": s.threadable,
|
||||
}
|
||||
p = {k:v for k,v in p.items() if v is not None}
|
||||
print(f"{i}: {repr(p)}")
|
||||
|
||||
cmds = [
|
||||
|
|
Loading…
Add table
Reference in a new issue