diff --git a/setup.py b/setup.py index fa6bfce..e560b44 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name = "sioworkers", - version = '1.5.0', + version = '1.5.1', author = "SIO2 Project Team", author_email = 'sio2@sio2project.mimuw.edu.pl', description = "Programming contest judging infrastructure", diff --git a/sio/workers/executors.py b/sio/workers/executors.py index 1ef2286..d11dc03 100644 --- a/sio/workers/executors.py +++ b/sio/workers/executors.py @@ -603,7 +603,7 @@ class Sio2JailExecutor(SandboxExecutor): REAL_TIME_LIMIT_ADDEND = 1000 # (in ms) def __init__(self): - super(Sio2JailExecutor, self).__init__('sio2jail_exec-sandbox') + super(Sio2JailExecutor, self).__init__('sio2jail_exec-sandbox-1.4.4') def _execute(self, command, **kwargs): options = []