diff options
author | Gary E. Miller <gem@rellim.com> | 2017-07-01 18:16:15 -0700 |
---|---|---|
committer | Gary E. Miller <gem@rellim.com> | 2017-07-01 18:16:15 -0700 |
commit | 9518d68cb87eee397de58785cd7c45699f071511 (patch) | |
tree | 98d071cb0792b4be4cdff67f91552065f8f5b6ff | |
parent | 8f22b2666c28d2e5e0bd944226f881901de647c9 (diff) | |
download | gpsd-9518d68cb87eee397de58785cd7c45699f071511.tar.gz |
Add SContracut to filess checked by 'scons pep8'
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1766,7 +1766,7 @@ if len(python_progs) > 0: if len(python_progs) > 0: pep8 = Utility("pep8", ["jsongen.py", "maskaudit.py", python_built_extensions], - ['pep8 --ignore=W602,E122,E241 {0} ' + ['pep8 --ignore=W602,E122,E241 {0} SConstruct ' 'gps/[a-zA-Z]*.py *.py'''.format(" ".join(python_progs))]) # Additional Python readablity style checks |