Skip to content
Snippets Groups Projects
Commit 0001ae08 authored by Andy Yates's avatar Andy Yates
Browse files

Missed out a key to type flag change to let UniParc settings be parsed

parent 76d790ae
No related branches found
No related tags found
No related merge requests found
......@@ -237,6 +237,9 @@ sub process_file {
elsif($key eq "farm"){
$type = "farm";
}
elsif($key eq 'uniparc'){
$type = 'uniparc';
}
elsif($type eq "species"){ # processing species data
$species_hash{lc($key)} = $value;
}
......
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