diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2018-10-13 20:17:56 +0200 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2018-10-13 20:17:56 +0200 |
commit | fe23a3348098bc62b91c866771bd6585e01e4929 (patch) | |
tree | 1bb2e97b878670ee80f7d296179a068c8e2303e2 /kpov_judge | |
parent | 38cc4da1db6de7a558bed53e4da6fa7c2c27d164 (diff) |
Oops, don’t redefine prepare_disks
Diffstat (limited to 'kpov_judge')
-rw-r--r-- | kpov_judge/tasks/mock_entrance_exam/task.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kpov_judge/tasks/mock_entrance_exam/task.py b/kpov_judge/tasks/mock_entrance_exam/task.py index 01d4fa5..ad51c2a 100644 --- a/kpov_judge/tasks/mock_entrance_exam/task.py +++ b/kpov_judge/tasks/mock_entrance_exam/task.py @@ -310,5 +310,4 @@ nohup {} & exit 0 """.format(sh_path, task_params['net_prog_name'])) -def prepare_disks(templates, task_params, global_params): write_default_config(templates['simpleArbiter'], global_params) |