Skip to content

Commit f42d8ad

Browse files
committed
fix it
1 parent 85b0479 commit f42d8ad

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` has safe defaults
560560
# for all of this. Progress!
561-
return SharedChild(command, close_fds=False, **kwargs)
561+
return SharedChild(command, **kwargs)
562562

563563

564564
def start_pipe(context, left_expr, right_expr):

0 commit comments

Comments
 (0)