Skip to content

Commit

Permalink
Merge branch 'interactive' of https://github.com/MasloMaslane/sioworkers
Browse files Browse the repository at this point in the history
 into io-interactive-trial
  • Loading branch information
otargowski committed Jul 22, 2024
2 parents 5f3173d + 027e325 commit 947df7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sio/workers/executors.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def execute_command(
ignore_errors=False,
extra_ignore_errors=(),
cwd=None,
pass_fds=(),
fds_to_close=(),
**kwargs,
):
Expand Down Expand Up @@ -140,6 +141,7 @@ def execute_command(
stderr=forward_stderr and subprocess.STDOUT or stderr,
shell=True,
close_fds=True,
pass_fds=pass_fds,
universal_newlines=True,
env=env,
cwd=cwd,
Expand Down

0 comments on commit 947df7b

Please sign in to comment.