diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-09-22 17:12:48 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-09-22 17:12:48 +0200 |
commit | bce11bc1300169cba1f30453e32c3afa77c2baae (patch) | |
tree | ccd5060cf2e9d2586487efcf3d37ff119fe2aa25 | |
parent | c0e55de50c380638e0f3668cac79c58b4dccde10 (diff) |
efa-m: only say stop_name if it is known
-rwxr-xr-x | bin/efa-m | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -295,7 +295,7 @@ sub show_results { say $stop->full_name; } } - else { + elsif ($efa->stop_name) { say $efa->stop_name; } |