~simplestreams-dev/simplestreams/trunk

« back to all changes in this revision

Viewing changes to bin/sstream-query

  • Committer: Scott Moser
  • Date: 2016-11-28 14:54:35 UTC
  • Revision ID: smoser@ubuntu.com-20161128145435-08k2e23i9awuppky
flake8: fix style errors reported by pycodestyle 2.1.0

pycodestyle 2.1.0 began to complain about some newline issues
that were previously not complained about.  The change here just adds
the new lines that it wants.

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
            sys.exit(0x80 | signal.SIGPIPE)
144
144
        raise
145
145
 
 
146
 
146
147
if __name__ == '__main__':
147
148
    main()
148
149