summaryrefslogtreecommitdiff
path: root/gpsfake
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-02-13 05:48:14 -0500
committerEric S. Raymond <esr@thyrsus.com>2015-02-13 05:48:14 -0500
commit9e66806a5f3f922520ed6892ede3906d79103076 (patch)
tree7bf288df88d4f858cd6f314395041f7e64b86129 /gpsfake
parent876c11517277d03581e5f2bc2e9bdfc9a619a932 (diff)
downloadgpsd-9e66806a5f3f922520ed6892ede3906d79103076.tar.gz
Fix inexpplicably corrupted Python code.
Diffstat (limited to 'gpsfake')
-rwxr-xr-xgpsfake4
1 files changed, 2 insertions, 2 deletions
diff --git a/gpsfake b/gpsfake
index 495c2cc1..bb50a99f 100755
--- a/gpsfake
+++ b/gpsfake
@@ -167,8 +167,8 @@ if __name__ == '__main__':
print >>sys.stderr, "Processing %s" % ",".join(arguments)
# Don't allocate a private port when cycling logs for client testing.
- if port is None and not singleshot:
- port = gps.GPSD_PORT
+ if port is None and not singleshot:
+ port = gps.GPSD_PORT
test = gpsfake.TestSession(prefix=monitor, port=port, options=doptions,
tcp=tcp, udp=udp, verbose=verbose,