We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 299dc5b commit 645fb9fCopy full SHA for 645fb9f
dmoj/graders/bridged.py
@@ -46,7 +46,7 @@ def check_result(self, case, result):
46
def _launch_process(self, case):
47
self._interactor_stdin_pipe, submission_stdout_pipe = os.pipe()
48
submission_stdin_pipe, self._interactor_stdout_pipe = os.pipe()
49
- self.binary.launch(
+ self._current_proc = self.binary.launch(
50
time=self.problem.time_limit,
51
memory=self.problem.memory_limit,
52
symlinks=case.config.symlinks,
0 commit comments