Skip to content
Snippets Groups Projects
Commit e2f0dea9 authored by Graham McVicker's avatar Graham McVicker
Browse files

Same hash was being tied twice instead of two different hashes

parent 1bba4c00
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ our %sr_id_cache;
our %sr_name_cache;
tie(%sr_name_cache, 'Bio::EnsEMBL::Utils::Cache', $SEQ_REGION_CACHE_SIZE);
tie(%sr_name_cache, 'Bio::EnsEMBL::Utils::Cache', $SEQ_REGION_CACHE_SIZE);
tie(%sr_id_cache, 'Bio::EnsEMBL::Utils::Cache', $SEQ_REGION_CACHE_SIZE);
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