Skip to content

Commit

Permalink
Merge pull request #96 from sanger-pathogens/RT662384_minor_error_fixing
Browse files Browse the repository at this point in the history
RT662384 Fixing errors when comparing metadata
  • Loading branch information
seretol authored Jul 4, 2019
2 parents 30ee0ec + 8b416d2 commit fdfb436
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Bio/ENA/DataSubmission/CommandLine/CompareMetadata.pm
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ sub _compare_metadata{
my @conflicts;
foreach my $k ( keys %ena_data ){
my $ena_v = $ena_data{$k};
next if (!defined($ena_v));
chomp $ena_v;
my $man_v = $man_data{$k};
if( defined $man_v ){
Expand Down

0 comments on commit fdfb436

Please sign in to comment.