From a5538983379c70430e228502f4929845490a0433 Mon Sep 17 00:00:00 2001 From: Max Maischein Date: Wed, 22 May 2024 23:00:29 +0200 Subject: [PATCH] Note that the scoreboard should become a job list ... once we move the handler part into a separate module --- script/command-submit.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/command-submit.pl b/script/command-submit.pl index 0df135b..b98f29a 100644 --- a/script/command-submit.pl +++ b/script/command-submit.pl @@ -151,7 +151,7 @@ ( @args ) # The progress output my $printer = Term::Output::List->new(); -my @scoreboard; +my @scoreboard; # this (resp. the job list) would become a member of the handler class sub status($item) { my $perc = $item->percent;