diff --git a/modules/Bio/EnsEMBL/Hive/DBSQL/AnalysisStatsAdaptor.pm b/modules/Bio/EnsEMBL/Hive/DBSQL/AnalysisStatsAdaptor.pm index 6ed78790402c69547ec111b3ff5f48dcc6d0a63f..3a239e1294243d8ce2454475abade3dd7e6605f8 100644 --- a/modules/Bio/EnsEMBL/Hive/DBSQL/AnalysisStatsAdaptor.pm +++ b/modules/Bio/EnsEMBL/Hive/DBSQL/AnalysisStatsAdaptor.pm @@ -168,8 +168,7 @@ sub get_running_worker_count { sub update { my ($self, $stats) = @_; - my $running_worker_count = $self->get_running_worker_count($stats); - $stats->num_running_workers($running_worker_count); + $stats->num_running_workers( $self->get_running_worker_count($stats) ); my $hive_capacity = $stats->hive_capacity; if ($stats->behaviour eq "DYNAMIC") {