diff options
author | William Deegan <bill@baddogconsulting.com> | 2021-04-09 22:10:24 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2021-04-09 23:48:31 (GMT) |
commit | cb7788470022e2e62e4c67a622693c0422ee7627 (patch) | |
tree | 1e93cfa121a15fd6d8c8cb37ad550451c4ba449e /template/test.py | |
parent | 908b09de75fa30279e9ab54812b3470fec81e091 (diff) | |
download | SCons-cb7788470022e2e62e4c67a622693c0422ee7627.zip SCons-cb7788470022e2e62e4c67a622693c0422ee7627.tar.gz SCons-cb7788470022e2e62e4c67a622693c0422ee7627.tar.bz2 |
Fix formatting
Diffstat (limited to 'template/test.py')
-rw-r--r-- | template/test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/test.py b/template/test.py index b60f40f..24bbcdd 100644 --- a/template/test.py +++ b/template/test.py @@ -36,7 +36,7 @@ test.write('SConstruct', """ env = Environment() """) -test.run(arguments = '.') +test.run(arguments='.') test.pass_test() |