summaryrefslogtreecommitdiff
path: root/jsongen.py
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-07-26 15:40:22 -0700
committerGary E. Miller <gem@rellim.com>2018-07-26 15:40:33 -0700
commitaea456f6201f887ae914a26df2497a2da3d6a12d (patch)
tree9f7976960559a006ca6707ae1d06e946b15628a8 /jsongen.py
parent7a41434dd56e0eed13d7692d7172a82dc91b2e7f (diff)
downloadgpsd-aea456f6201f887ae914a26df2497a2da3d6a12d.tar.gz
jsongen.py: pep8 cleanup.
Note the program pep8 is now called pycodestyle
Diffstat (limited to 'jsongen.py')
-rwxr-xr-xjsongen.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/jsongen.py b/jsongen.py
index 705af1d7..c41f1701 100755
--- a/jsongen.py
+++ b/jsongen.py
@@ -1015,6 +1015,7 @@ def generate(spec):
"""
print(report)
+
if __name__ == '__main__':
try:
# The --ais and --target= options are (required) placeholders.