summaryrefslogtreecommitdiff
path: root/gps
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-09-21 17:48:14 -0700
committerGary E. Miller <gem@rellim.com>2018-09-21 17:50:00 -0700
commit3480625b7ef19161ba7f96cd20b5dd9f93750540 (patch)
treea7ba702273c7e8eade0d99cf32b1059f4d85cda1 /gps
parenta4710779e21895d4072531249b1e5101374cf421 (diff)
downloadgpsd-3480625b7ef19161ba7f96cd20b5dd9f93750540.tar.gz
SConstruct: pep8 cleanup, no functional change.
Diffstat (limited to 'gps')
-rw-r--r--gps/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gps/client.py b/gps/client.py
index 6b0ada6e..8d9d858c 100644
--- a/gps/client.py
+++ b/gps/client.py
@@ -206,7 +206,7 @@ class gpsjson(object):
" {}\n".format(self.stream_command))
self.send(self.stream_command)
else:
- raise TypeError("Invalid streaming command!! : "+str(flags))
+ raise TypeError("Invalid streaming command!! : " + str(flags))
def generate_stream_command(self, flags=0, devpath=None):
if flags & WATCH_OLDSTYLE: