Merge branch 'MDL-81901-progress-cli-MOODLE_403_STABLE' of https://github.com/brendanheywood/moodle into MOODLE_403_STABLE

This commit is contained in:
Sara Arjona
2024-05-29 13:32:37 +02:00
+1 -1
View File
@@ -5480,7 +5480,7 @@ class core_renderer_cli extends core_renderer {
$ascii .= str_repeat('#', $delta);
if ($percent >= 100 && $delta > 0) {
$ascii .= sprintf("] %3.1f%%\n$msg\n", $percent);
$ascii .= sprintf("] %3.1f%%", $percent) . "\n$msg\n";
}
$this->progressmaximums[$id] += $delta;
return $ascii;