summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-09-29 15:59:00 -0700
committerGary E. Miller <gem@rellim.com>2018-09-29 15:59:00 -0700
commit850b50b8dd59421e4691822d1e448bd3a43e6d76 (patch)
tree9614e6bad7b89303419ea76fac68d8b034c21d29 /SConstruct
parentd83c5e2177696b21e41c2c5d447858fb4d47a990 (diff)
downloadgpsd-850b50b8dd59421e4691822d1e448bd3a43e6d76.tar.gz
SConstruct: fix pycodestyle nits.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct6
1 files changed, 2 insertions, 4 deletions
diff --git a/SConstruct b/SConstruct
index 0248cc86..ffcf5579 100644
--- a/SConstruct
+++ b/SConstruct
@@ -2135,8 +2135,7 @@ else:
maidenhead_locator_regress = UtilityWithHerald(
'Testing the Maidenhead Locator conversion...',
'maidenhead-locator-regress', [python_built_extensions], [
- '$PYTHON $PYTHON_COVERAGE $SRCDIR/test_maidenhead.py >/dev/null',
-])
+ '$PYTHON $PYTHON_COVERAGE $SRCDIR/test_maidenhead.py >/dev/null'])
# Regression-test the calendar functions
time_regress = Utility('time-regress', [test_mktime], [
@@ -2183,8 +2182,7 @@ else:
test_xgps_deps = UtilityWithHerald(
'Testing xgps/xgpsspeed dependencies (since xgps=yes)...',
'test-xgps-deps', [], [
- '$PYTHON $SRCDIR/test_xgps_deps.py',
- ])
+ '$PYTHON $SRCDIR/test_xgps_deps.py'])
# Run a valgrind audit on the daemon - not in normal tests
valgrind_audit = Utility('valgrind-audit', [