Skip to content
Snippets Groups Projects
Commit de584a3c authored by Magali Ruffier's avatar Magali Ruffier
Browse files

allow for the get_default_version to not return a version

that should not happen, but non-species database will not have a version
this includes ancestral sequences databases
parent b8a66359
No related branches found
No related tags found
No related merge requests found
......@@ -641,8 +641,6 @@ sub get_default_version {
}
}
throw('No default version is defined') if(!$version);
return $version;
}
......
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