Skip to content

Commit 1ca1d81

Browse files
committed
DELIBERATE BREAK
1 parent 9685c2a commit 1ca1d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

duct.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ def start_cmd(context, prog, args):
558558
# have to think carefully about the `close_fds` flag, and we wrapped child
559559
# spawning in a mutex. But as of Python 3.7, `subprocess.Popen` has safe
560560
# defaults for all of this. Progress!
561-
return SharedChild(command, **kwargs)
561+
return SharedChild(command, close_fds=False, **kwargs)
562562

563563

564564
def start_pipe(context, left_expr, right_expr):

0 commit comments

Comments
 (0)