Skip to content

Commit

Permalink
Bump sio2jail version (#27)
Browse files Browse the repository at this point in the history
* Bump sio2jail version

* Bump sioworkers version
  • Loading branch information
MasloMaslane authored Jun 27, 2024
1 parent 471c3ba commit cab8983
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion sio/workers/executors.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit cab8983

Please sign in to comment.