Skip to content
Snippets Groups Projects
Commit b2dd0ee8 authored by Jessica Severin's avatar Jessica Severin
Browse files

switched to new Registry system where DBAdaptor hold connection rather than

inherit from them (as in $dba->dbc->)
parent 30c348ff
No related branches found
No related tags found
No related merge requests found
......@@ -281,7 +281,7 @@ sub run
}
$self->print_worker();
$self->db->disconnect_when_inactive(1);
$self->db->dbc->disconnect_when_inactive(1);
my $jobDBA = $self->db->get_AnalysisJobAdaptor;
my $alive=1;
......
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