summaryrefslogtreecommitdiff
path: root/bin/db-iris
diff options
context:
space:
mode:
Diffstat (limited to 'bin/db-iris')
-rwxr-xr-xbin/db-iris2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/db-iris b/bin/db-iris
index 147119d..baf7627 100755
--- a/bin/db-iris
+++ b/bin/db-iris
@@ -247,7 +247,7 @@ for my $d ( $status->results() ) {
[
$timestr, $d->train,
$edata{route} ? join( q{ }, $d->route_interesting ) : q{},
- $d->route_end, $d->platform, $d
+ $d->route_end, $d->platform // q{}, $d
]
);
}