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

efa-m: only say stop_name if it is known

parent c0e55de5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -295,7 +295,7 @@ sub show_results {
			say $stop->full_name;
		}
	}
	else {
	elsif ($efa->stop_name) {
		say $efa->stop_name;
	}