From 850b50b8dd59421e4691822d1e448bd3a43e6d76 Mon Sep 17 00:00:00 2001 From: "Gary E. Miller" Date: Sat, 29 Sep 2018 15:59:00 -0700 Subject: SConstruct: fix pycodestyle nits. --- SConstruct | 6 ++---- 1 file 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', [ -- cgit v1.2.1