Skip to content
Snippets Groups Projects
Commit 4ef5de12 authored by Kieron Taylor's avatar Kieron Taylor :angry:
Browse files

Missing _ in cache key.

parent f6dbcb00
No related branches found
No related tags found
No related merge requests found
......@@ -184,7 +184,7 @@ sub _production {
$taxon = $hash_ref->{'species.taxonomy_id'};
warning("Chosen taxon id: ".$taxon);
# hack this puppy. Update cached taxon to reflect better guess. Later call of _db_to_taxon was ignoring this.
$self->{'db_to_taxon'}->{$db} = $taxon;
$self->{_db_to_taxon}->{$db} = $taxon;
}
......
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