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

This commit is contained in:
Sara Arjona
2024-05-29 13:32:31 +02:00
+1 -1
View File
@@ -5452,7 +5452,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;