mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
Merge branch 'wrywerytwreywery-paren'
This commit is contained in:
commit
ba3f1ede16
1 changed files with 1 additions and 2 deletions
|
@ -479,8 +479,7 @@ def run_subproc(cmds, captured=True):
|
|||
return
|
||||
if prev_is_proxy:
|
||||
prev_proc.wait()
|
||||
else:
|
||||
wait_for_active_job()
|
||||
wait_for_active_job()
|
||||
if write_target is None:
|
||||
# get output
|
||||
output = ''
|
||||
|
|
Loading…
Add table
Reference in a new issue