diff options
author | greenbender <byron.platt@gmail.com> | 2021-07-09 07:45:23 (GMT) |
---|---|---|
committer | greenbender <byron.platt@gmail.com> | 2021-07-09 07:45:23 (GMT) |
commit | c6f8783001ded503a7d473ff15713c53a92b9fe8 (patch) | |
tree | 8a829f4e328e7c803bc0b6f97bf369c7757b14ee | |
parent | 7b1d4905b6323622baf610ff818645571e5ffd09 (diff) | |
download | SCons-c6f8783001ded503a7d473ff15713c53a92b9fe8.zip SCons-c6f8783001ded503a7d473ff15713c53a92b9fe8.tar.gz SCons-c6f8783001ded503a7d473ff15713c53a92b9fe8.tar.bz2 |
linting
-rw-r--r-- | test/Install/rec-sub-dir.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Install/rec-sub-dir.py b/test/Install/rec-sub-dir.py index 6400a64..0a11928 100644 --- a/test/Install/rec-sub-dir.py +++ b/test/Install/rec-sub-dir.py @@ -47,7 +47,7 @@ Mkdir("a/b/c") Mkdir("b/c/d") Install directory: "a" as "z%sa" Install directory: "b" as "z%sa%sb" -"""%(os.sep,os.sep,os.sep) +""" % (os.sep, os.sep, os.sep) test.run(arguments=["-Q"], stdout=expect) test.must_exist(test.workpath('a', 'b', 'c')) |