Skip to content
Snippets Groups Projects
Commit adb4b2ca authored by Anne Lyle's avatar Anne Lyle :palm_tree:
Browse files

Reinstate line deleted by accident

parent c73cec96
No related branches found
No related tags found
2 merge requests!80Reinstate line deleted by accident,!80Reinstate line deleted by accident
...@@ -297,6 +297,7 @@ sub _open_as { ...@@ -297,6 +297,7 @@ sub _open_as {
my $class = 'Bio::EnsEMBL::IO::Parser::'.$subclass; my $class = 'Bio::EnsEMBL::IO::Parser::'.$subclass;
my $object; my $object;
eval "require $class";
try { try {
$object = $class->$method(@other_args); $object = $class->$method(@other_args);
}; };
......
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