From 4750cabca6302c9584c493a2eddaf74ee3457752 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Tue, 5 Sep 2023 18:25:22 +0200 Subject: xml2json: support ds100 in missing.txt --- share/xml2json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') 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\""; -- cgit v1.2.3