Skip to content
Snippets Groups Projects
Commit ec9aa85f authored by Leo Gordon's avatar Leo Gordon
Browse files

fixing a typo

parent 4d7032b1
No related branches found
No related tags found
No related merge requests found
......@@ -604,7 +604,7 @@ sub release_and_age_job {
sub gc_dataflow {
my ($self, $analysis_id, $job_id, $branch_code) = @_;
unless(@{ $self->adaptor->db->get_DataflowRuleAdaptor->fetch_from_analysis_id_branch_code($analysis_id, $branch_code) }) {
unless(@{ $self->db->get_DataflowRuleAdaptor->fetch_from_analysis_id_branch_code($analysis_id, $branch_code) }) {
return 0; # no corresponding gc_dataflow rule has been defined
}
......
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