Skip to content

Commit 645fb9f

Browse files
committed
wip
1 parent 299dc5b commit 645fb9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dmoj/graders/bridged.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def check_result(self, case, result):
4646
def _launch_process(self, case):
4747
self._interactor_stdin_pipe, submission_stdout_pipe = os.pipe()
4848
submission_stdin_pipe, self._interactor_stdout_pipe = os.pipe()
49-
self.binary.launch(
49+
self._current_proc = self.binary.launch(
5050
time=self.problem.time_limit,
5151
memory=self.problem.memory_limit,
5252
symlinks=case.config.symlinks,

0 commit comments

Comments
 (0)