Skip to content
Snippets Groups Projects
Commit dc72b1b3 authored by Steve Trevanion's avatar Steve Trevanion
Browse files

catch clone_info problems

parent 7eaf9bdf
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,8 @@ sub copy_other_vega_tables {
"clone_info_keyword",
"assembly_tag",
);
$self->copy_current_clone_info;
eval { $self->copy_current_clone_info; };
warn $@ if $@;
}
sub copy_current_clone_info {
......
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