Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
likhitha-surapaneni committed Aug 9, 2024
1 parent 7ce6a4c commit ca88321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Bio/EnsEMBL/VEP/FilterSet.pm
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ sub get_input {

my ($text, $num) = ($1, $2);

if($num ne "") {
if($num ne '') {
## Value can also be a HASH, we pick a key to make it scalar
## Assumes that all the values are of similar format
if (ref $value eq "HASH") {
Expand Down

0 comments on commit ca88321

Please sign in to comment.