Skip to content

Commit cab8983

Browse files
authored
Bump sio2jail version (#27)
* Bump sio2jail version * Bump sioworkers version
1 parent 471c3ba commit cab8983

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name = "sioworkers",
5-
version = '1.5.0',
5+
version = '1.5.1',
66
author = "SIO2 Project Team",
77
author_email = 'sio2@sio2project.mimuw.edu.pl',
88
description = "Programming contest judging infrastructure",

sio/workers/executors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ class Sio2JailExecutor(SandboxExecutor):
603603
REAL_TIME_LIMIT_ADDEND = 1000 # (in ms)
604604

605605
def __init__(self):
606-
super(Sio2JailExecutor, self).__init__('sio2jail_exec-sandbox')
606+
super(Sio2JailExecutor, self).__init__('sio2jail_exec-sandbox-1.4.4')
607607

608608
def _execute(self, command, **kwargs):
609609
options = []

0 commit comments

Comments
 (0)