Fix scoring bug

This commit is contained in:
Janusch Jacoby
2015-09-16 17:07:09 +02:00
parent f21310e5fe
commit 76a9443b3e

View File

@ -198,7 +198,7 @@ class DockerClient
execute_websocket_command(command, create_workspace_files, block) execute_websocket_command(command, create_workspace_files, block)
end end
def execute_test_command(subbmission, filename, &block) def execute_test_command(submission, filename, &block)
""" """
Stick to existing Docker API with exec command. Stick to existing Docker API with exec command.
""" """