diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2023-09-05 18:25:22 +0200 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2023-09-05 18:25:22 +0200 |
commit | 4750cabca6302c9584c493a2eddaf74ee3457752 (patch) | |
tree | da72753f87fdf199202c2d65b9d768122455c986 /share | |
parent | f3580b2bcf17d0700f3a37c3d439de078fba155d (diff) |
xml2json: support ds100 in missing.txt
Diffstat (limited to 'share')
-rwxr-xr-x | share/xml2json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/xml2json b/share/xml2json index 54a86be..1ca57b7 100755 --- a/share/xml2json +++ b/share/xml2json @@ -245,7 +245,7 @@ for my $station ( $tree->findnodes('//station') ) { } if ( not $found - and any { $_ eq $name } @missing ) + and any { $_ eq $name or $_ eq $ds100 } @missing ) { say "missing $eva $ds100 \"$name\""; |