Skip to content
Snippets Groups Projects
Commit 59a3dd7f authored by Laura Clarke's avatar Laura Clarke
Browse files

small change to allow both Wills and thepipeline method of storing markers to work
parent 2755272e
No related branches found
No related tags found
No related merge requests found
......@@ -300,8 +300,13 @@ sub fetch_attributes {
sub store {
my ($self, @markers) = @_;
foreach my $marker( @markers ){
MARKER:foreach my $marker( @markers ){
if($marker->dbID){
if($self->fetch_by_dbID($marker->dbID)){
next MARKER;
}
}
#
# Sanity check
#
......
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