Skip to content

Commit

Permalink
fix: file not found will be judged
Browse files Browse the repository at this point in the history
  • Loading branch information
alphagocc committed Oct 24, 2021
1 parent d3b4a50 commit 5cbda62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion makespec/BUILDVERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
187
188
2 changes: 1 addition & 1 deletion src/core/taskjudger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ int TaskJudger::judge() {

if (task->getTaskType() != Task::AnswersOnly)
if (! traditionalTaskPrepare())
return 0;
return 1;

for (int i = 0; i < task->getTestCaseList().size(); i++) {
timeUsed.append(QList<int>());
Expand Down

0 comments on commit 5cbda62

Please sign in to comment.