Skip to content

Commit

Permalink
Note that the scoreboard should become a job list
Browse files Browse the repository at this point in the history
... once we move the handler part into a separate module
  • Loading branch information
Max Maischein committed May 22, 2024
1 parent 5e19b22 commit a553898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/command-submit.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a553898

Please sign in to comment.