Skip to content
Snippets Groups Projects
Commit f9a51707 authored by Albert Vilella's avatar Albert Vilella
Browse files

less printing

parent 67a1f343
No related branches found
No related tags found
No related merge requests found
......@@ -258,15 +258,11 @@ sub determine_status {
print
"\n",
"##################################################\n",
"##################################################\n",
"## ##\n";
printf
"## ERROR: %-35s ##\n", $self->get_analysis->logic_name." failed!";
printf
"## %4.1f%% jobs failed (tolerance: %3d%%) ##\n", $failure_percentage, $self->failed_job_tolerance;
print
"## ##\n",
"##################################################\n",
"##################################################\n\n";
} else {
$self->status('DONE');
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment