summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgpsprof2
1 files changed, 1 insertions, 1 deletions
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: