diff options
author | William Deegan <bill@baddogconsulting.com> | 2017-04-04 15:50:19 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2017-04-04 15:50:19 (GMT) |
commit | 35f1025ddee1d8017a35a7dcfcc7bd69620c0b25 (patch) | |
tree | aab56f404278cf02d40c549f5d771133634fc5ff /test | |
parent | a000057085cfb29d255b9fc9965f113a459be1a2 (diff) | |
download | SCons-35f1025ddee1d8017a35a7dcfcc7bd69620c0b25.zip SCons-35f1025ddee1d8017a35a7dcfcc7bd69620c0b25.tar.gz SCons-35f1025ddee1d8017a35a7dcfcc7bd69620c0b25.tar.bz2 |
pep8
Diffstat (limited to 'test')
-rw-r--r-- | test/Interactive/Alias.py | 2 |
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") |