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

Looks like the backend does not care about missing spaces in stateless IDs

This makes them much easier to copy-paste.
Nifty!
parent 69c8819c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -424,8 +424,8 @@ sub show_results {

		if ($show_jid) {
			$output_line[2] .= sprintf( '  %s@%d(%s)%d',
				$d->stateless,                          $d->stop_id,
				$d->sched_datetime->strftime('%Y%m%d'), $d->key );
				$d->stateless =~ s{ }{}gr,
				$d->stop_id, $d->sched_datetime->strftime('%Y%m%d'), $d->key );
		}

		if ( $edata{route} ) {