Commit 53b04d31 authored by Nils Goroll's avatar Nils Goroll

also ignore whitespace-only lines in db files

parent d0d42ab6
...@@ -746,7 +746,7 @@ for (my $i = 0; $i <= $#dbrefs; $i++) { ...@@ -746,7 +746,7 @@ for (my $i = 0; $i <= $#dbrefs; $i++) {
} }
# ignore empty lines # ignore empty lines
next if (/^$/); next if (/^\s*$/);
my ($key, $type) = split(/\t/, $_); my ($key, $type) = split(/\t/, $_);
......
Markdown is supported
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