|
|
|
@ -477,6 +477,10 @@ class GamesController < ApplicationController
|
|
|
|
|
tip_exception("代码获取异常,请检查实训模板的评测设置是否正确")
|
|
|
|
|
else
|
|
|
|
|
# 报错继续retry
|
|
|
|
|
if params[:retry].to_i == 1
|
|
|
|
|
# 如果报错了,并且retry 为1的时候,则fork一个新的仓库
|
|
|
|
|
project_fork(@myshixun, @shixun.repo_path, current_user.login)
|
|
|
|
|
end
|
|
|
|
|
tip_exception(-3, "#{e.message}")
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|