Unverified Commit 905d9148 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

db-iris: prefer EVA rather than DS100 to identify stations

DS100 is not always available, for some reasons
parent 3697c04f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -239,7 +239,7 @@ sub get_station {
		exit(1);
	}
	elsif ( @stations == 1 ) {
		return $stations[0][0];
		return $stations[0][2];
	}
	else {
		say STDERR "The input '$input_name' is ambiguous. Please choose one "