From bce11bc1300169cba1f30453e32c3afa77c2baae Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sun, 22 Sep 2024 17:12:48 +0200 Subject: efa-m: only say stop_name if it is known --- bin/efa-m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/efa-m b/bin/efa-m index 3664325..4a11f13 100755 --- a/bin/efa-m +++ b/bin/efa-m @@ -295,7 +295,7 @@ sub show_results { say $stop->full_name; } } - else { + elsif ($efa->stop_name) { say $efa->stop_name; } -- cgit v1.2.3