From 86d967fed45d5ef8ff4d08606bc20d5b237d9a3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Gon=C3=A7alves?= Date: Tue, 25 Aug 2015 22:00:06 +0100 Subject: Fix Append to string of serial parameters Before it didn't print any serial parameters. Signed-off-by: Nuno Goncalves --- gpsprof | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gpsprof') diff --git a/gpsprof b/gpsprof index eac24236..82972e05 100755 --- a/gpsprof +++ b/gpsprof @@ -63,7 +63,7 @@ class plotter: (gps.misc.isotime(self.start_time), self.device.get('driver', "unknown")) if 'bps' in self.device: - desc + "%d %dN%d, cycle %ds" % \ + desc += "%d %dN%d, cycle %ds" % \ (self.device['bps'], 9 - self.device['stopbits'], self.device['stopbits'], self.device['cycle']) else: -- cgit v1.2.1