We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 471c3ba commit cab8983Copy full SHA for cab8983
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name = "sioworkers",
5
- version = '1.5.0',
+ version = '1.5.1',
6
author = "SIO2 Project Team",
7
author_email = 'sio2@sio2project.mimuw.edu.pl',
8
description = "Programming contest judging infrastructure",
sio/workers/executors.py
@@ -603,7 +603,7 @@ class Sio2JailExecutor(SandboxExecutor):
603
REAL_TIME_LIMIT_ADDEND = 1000 # (in ms)
604
605
def __init__(self):
606
- super(Sio2JailExecutor, self).__init__('sio2jail_exec-sandbox')
+ super(Sio2JailExecutor, self).__init__('sio2jail_exec-sandbox-1.4.4')
607
608
def _execute(self, command, **kwargs):
609
options = []
0 commit comments