mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 00:14:41 +01:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
4250cce9fd
commit
8921715379
1 changed files with 1 additions and 1 deletions
|
@ -904,7 +904,7 @@ def run_subproc(cmds, captured=False, envs=None):
|
|||
"thread": s.threadable,
|
||||
"bg": s.background,
|
||||
}
|
||||
p = {k:v for k,v in p.items() if v is not None}
|
||||
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