Skip to content

Commit

Permalink
fix(manager): 兼容生成器形式的评测
Browse files Browse the repository at this point in the history
  • Loading branch information
XYCode-Kerman committed Apr 8, 2024
1 parent f59293d commit fcf0def
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manager/cli/judge.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ def start_judging_command(path: Annotated[Path, typer.Argument(help='比赛目
else:
raise FileNotFoundError('评测目录不正确,可能是不存在CCF文件')

start_judging(ccf)
list(start_judging(ccf))

return 0


Expand Down

0 comments on commit fcf0def

Please sign in to comment.