summaryrefslogtreecommitdiff
path: root/gpsfake
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-11-05 15:58:42 -0500
committerEric S. Raymond <esr@thyrsus.com>2013-11-05 15:58:42 -0500
commitbfe5e88bcc58abea82faeaf7d8d5eeb7fa0734fd (patch)
treed5e9bb887173283238486c6f954dc5b6f3b24c40 /gpsfake
parent5295085d224b584c6a779b08d5dedf3890401724 (diff)
downloadgpsd-bfe5e88bcc58abea82faeaf7d8d5eeb7fa0734fd.tar.gz
Fix a small but fatal typo.All regression tests pass.
Diffstat (limited to 'gpsfake')
-rwxr-xr-xgpsfake2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsfake b/gpsfake
index 91f326b0..ebd9858b 100755
--- a/gpsfake
+++ b/gpsfake
@@ -216,7 +216,7 @@ if __name__ == '__main__':
sys.stderr.write("gpsfake: JSON error on line %s is %s.\n" % (`e.data`, e.explanation))
raise SystemExit, 1
except KeyboardInterrupt:
- sys.stderr.write("gpsfake: aborted\n"))
+ sys.stderr.write("gpsfake: aborted\n")
raise SystemExit, 1
finally:
test.cleanup();