summaryrefslogtreecommitdiff
path: root/gpscap.py
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2017-07-01 16:37:42 -0700
committerGary E. Miller <gem@rellim.com>2017-07-01 16:37:42 -0700
commit26533c46ae21151e942bc3768885c96481b193b6 (patch)
tree0b63b11042d4821d58d3371a8955ef7638e416bc /gpscap.py
parent907f00190c17ee08d23f23f858f5ce8d3dcf330c (diff)
downloadgpsd-26533c46ae21151e942bc3768885c96481b193b6.tar.gz
gpscap.py: 'nother pep8 fix
Diffstat (limited to 'gpscap.py')
-rw-r--r--gpscap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpscap.py b/gpscap.py
index 9dfa8baa..188a8393 100644
--- a/gpscap.py
+++ b/gpscap.py
@@ -207,5 +207,5 @@ if __name__ == "__main__":
d = GPSDictionary()
d.HTMLDump(sys.stdout)
except configparser.Error as e:
- sys.stderr.write(sys.argv[0]+":%s\n" % e)
+ sys.stderr.write(sys.argv[0] + ":%s\n" % e)
raise SystemExit(1)