Skip to content
Snippets Groups Projects
Commit dea8c9cf authored by Javier Herrero's avatar Javier Herrero
Browse files

Add a couple of missing $sth->finish

parent fba578b2
No related merge requests found
...@@ -844,6 +844,7 @@ sub register_chained { ...@@ -844,6 +844,7 @@ sub register_chained {
$start_end); $start_end);
} }
} }
$sth->finish();
} }
# in the one step case, we load the mid ranges in the # in the one step case, we load the mid ranges in the
...@@ -918,6 +919,7 @@ sub register_chained { ...@@ -918,6 +919,7 @@ sub register_chained {
#register this region on the end coord system #register this region on the end coord system
$end_registry->check_and_register($end_seq_region_id, $end_start, $end_end); $end_registry->check_and_register($end_seq_region_id, $end_start, $end_end);
} }
$sth->finish();
} }
######### #########
......
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