Skip to content

Commit

Permalink
Update webapp/src/Controller/Jury/SubmissionController.php
Browse files Browse the repository at this point in the history
Co-authored-by: MCJ Vasseur <[email protected]>
  • Loading branch information
meisterT and vmcj authored Feb 17, 2024
1 parent 1c8abdf commit 91721cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/Controller/Jury/SubmissionController.php
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ public function viewAction(
(string)$runResult['output_run_last_bytes']
);
if ($firstJudgingRun) {
$runResult['testcasedir'] = $firstJudgingRun->getTestcaseDir();
$runResult['testcasedir'] = $firstJudgingRun->getTestcaseDir();
}
$runsOutput[] = $runResult;
}
Expand Down

0 comments on commit 91721cd

Please sign in to comment.