Skip to content
Snippets Groups Projects
Commit 146ef511 authored by Daniel Rios's avatar Daniel Rios
Browse files

applied patch to remove warning when get_all_VariationFeatures called with no arguments

parent b744cc9c
No related branches found
No related tags found
No related merge requests found
......@@ -1486,6 +1486,7 @@ sub get_all_VariationFeatures{
my $self = shift;
my $filter = shift;
$filter ||= '';
if(!$self->adaptor()) {
warning('Cannot get variation features without attached adaptor');
return [];
......
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