Skip to content

Commit

Permalink
Used the new function in the same module
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcam committed Jun 21, 2024
1 parent 80d060c commit b1b3f7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/npg_tracking/util/pipeline_config.pm
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ sub study_config {
}
$study_config = $study_configs[0];
} elsif (!$strict) {
$study_config = $self->_product_config->{$CONFIG_DEFAULT};
(defined $study_config) and $self->_log_message("Using the default configuration for study $study_id", 'debug');
$study_config = $self->default_study_config();
$self->_log_message("Using the default configuration for study $study_id", 'debug');
}

return $study_config;
Expand Down

0 comments on commit b1b3f7e

Please sign in to comment.