We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c6e72d commit 305a88bCopy full SHA for 305a88b
webapp/src/Controller/Jury/SubmissionController.php
@@ -379,7 +379,7 @@ public function viewAction(
379
unset($runResult[0]);
380
if (!empty($runResult['metadata'])) {
381
$metadata = $this->dj->parseMetadata($runResult['metadata']);
382
- $runResult['output_limit'] = $metadata['output-truncated'];
+ $runResult['output_limit'] = $metadata['output-truncated'] ?? 'n/a';
383
}
384
$runResult['terminated'] = preg_match('/timelimit exceeded.*hard (wall|cpu) time/',
385
(string)$runResult['output_system']);
0 commit comments