summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-04-04 15:50:19 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2017-04-04 15:50:19 (GMT)
commit35f1025ddee1d8017a35a7dcfcc7bd69620c0b25 (patch)
treeaab56f404278cf02d40c549f5d771133634fc5ff /test
parenta000057085cfb29d255b9fc9965f113a459be1a2 (diff)
downloadSCons-35f1025ddee1d8017a35a7dcfcc7bd69620c0b25.zip
SCons-35f1025ddee1d8017a35a7dcfcc7bd69620c0b25.tar.gz
SCons-35f1025ddee1d8017a35a7dcfcc7bd69620c0b25.tar.bz2
pep8
Diffstat (limited to 'test')
-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 ab4c64c..d8a46b0 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")