Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyene committed Dec 25, 2023
1 parent 299dc5b commit 645fb9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dmoj/graders/bridged.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def check_result(self, case, result):
def _launch_process(self, case):
self._interactor_stdin_pipe, submission_stdout_pipe = os.pipe()
submission_stdin_pipe, self._interactor_stdout_pipe = os.pipe()
self.binary.launch(
self._current_proc = self.binary.launch(
time=self.problem.time_limit,
memory=self.problem.memory_limit,
symlinks=case.config.symlinks,
Expand Down

0 comments on commit 645fb9f

Please sign in to comment.