summaryrefslogtreecommitdiff
path: root/test/Interactive
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-04-04 11:50:19 -0400
committerWilliam Deegan <bill@baddogconsulting.com>2017-04-04 11:50:19 -0400
commit4de0a5953d4d68b03949d9b4917090fb76347955 (patch)
treeaab56f404278cf02d40c549f5d771133634fc5ff /test/Interactive
parent4785fe11ca72c8ef2062093dcff28fca6944d563 (diff)
downloadscons-4de0a5953d4d68b03949d9b4917090fb76347955.tar.gz
pep8
Diffstat (limited to 'test/Interactive')
-rw-r--r--test/Interactive/Alias.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Interactive/Alias.py b/test/Interactive/Alias.py
index ab4c64c9..d8a46b0c 100644
--- a/test/Interactive/Alias.py
+++ b/test/Interactive/Alias.py
@@ -42,7 +42,7 @@ test.write('foo.in', "foo.in 1\n")
-scons = test.start(arguments = '-Q --interactive')
+scons = test.start(arguments='-Q --interactive')
scons.send("build foo-alias\n")