Loading bin/db-iris +1 −0 Original line number Diff line number Diff line Loading @@ -75,6 +75,7 @@ sub get_station { if ( @stations == 0 ) { say STDERR "No station matches '$input_name'"; exit(1); } elsif ( @stations == 1 ) { return $stations[0][0]; Loading Loading
bin/db-iris +1 −0 Original line number Diff line number Diff line Loading @@ -75,6 +75,7 @@ sub get_station { if ( @stations == 0 ) { say STDERR "No station matches '$input_name'"; exit(1); } elsif ( @stations == 1 ) { return $stations[0][0]; Loading