summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-09-21 17:59:58 -0700
committerGary E. Miller <gem@rellim.com>2018-09-21 17:59:58 -0700
commitc1e5ab5e919d84a9da77b896522f0cfa1ac1f215 (patch)
tree17e21c1f922177e04ae4169dda32dfb8020155d9 /contrib
parentac938acd6a9437b8f96da4a265608bb2c3e28381 (diff)
downloadgpsd-c1e5ab5e919d84a9da77b896522f0cfa1ac1f215.tar.gz
zerk: pep8 tweaks
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/zerk6
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/zerk b/contrib/zerk
index 60350744..dc57bd92 100755
--- a/contrib/zerk
+++ b/contrib/zerk
@@ -958,7 +958,8 @@ class greis(object):
(decode, length) = self.messages[self.s_id]
if m_len < length:
- print("DECODE: %s Bad Length %s\n" % (self.s_id, m_len))
+ print("DECODE: %s Bad Length %s\n" %
+ (self.s_id, m_len))
else:
s = self.s_id + decode(self, m_payload)
if VERB_DECODE <= opts['verbosity']:
@@ -1584,7 +1585,8 @@ class gps_io(object):
# or if USB device unplugged
sys.stderr.write('%s: failed to read %s\n'
'%s: Is gpsd already holding the port?\n'
- % (PROG_NAME, PROG_NAME, read_opts['input_file_name']))
+ % (PROG_NAME, PROG_NAME,
+ read_opts['input_file_name']))
return 1
if 0 < ret_code: