Unverified Commit 4750cabc authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

xml2json: support ds100 in missing.txt

parent f3580b2b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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\"";