Skip to content

Commit

Permalink
Merge branch 'master' into output-only-archive
Browse files Browse the repository at this point in the history
  • Loading branch information
geoff128 authored Jul 1, 2024
2 parents 7db8e04 + 738aa7a commit 29a5153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sio/executors/interactive_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def run(self):
environ_prefix='interactor_',
mem_limit=DEFAULT_INTERACTOR_MEM_LIMIT,
time_limit=interactor_time_limit,
pass_fds=(r2, w1),
fds_to_close=(r2, w1),
close_passed_fd=True,
cwd=tempcwd(),
in_file=environ['in_file'],
Expand All @@ -166,7 +166,7 @@ def run(self):
ignore_errors=True,
environ=environ,
environ_prefix='exec_',
pass_fds=(r1, w2),
fds_to_close=(r1, w2),
close_passed_fd=True,
cwd=tempcwd(),
in_file=environ['in_file'],
Expand Down

0 comments on commit 29a5153

Please sign in to comment.