Skip to content

Commit ad2a734

Browse files
authored
Fix bug with reporting memory limit exceeded (#300)
1 parent 730896a commit ad2a734

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/sinol_make/executors/sio2jail.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,6 @@ def _parse_result(self, _, mle, return_code, result_file_path) -> ExecutionResul
7878
result.Error = message
7979
elif message == 'memory limit exceeded':
8080
result.Status = Status.ML
81-
# TODO: sinol-make does not support "OLE"
82-
result.Status = Status.RE
83-
result.Error = message
8481
elif message.startswith('intercepted forbidden syscall'):
8582
# TODO: sinol-make does not support "RV"
8683
result.Status = Status.RE

0 commit comments

Comments
 (0)