summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgreenbender <byron.platt@gmail.com>2021-07-09 07:45:23 (GMT)
committergreenbender <byron.platt@gmail.com>2021-07-09 07:45:23 (GMT)
commitc6f8783001ded503a7d473ff15713c53a92b9fe8 (patch)
tree8a829f4e328e7c803bc0b6f97bf369c7757b14ee
parent7b1d4905b6323622baf610ff818645571e5ffd09 (diff)
downloadSCons-c6f8783001ded503a7d473ff15713c53a92b9fe8.zip
SCons-c6f8783001ded503a7d473ff15713c53a92b9fe8.tar.gz
SCons-c6f8783001ded503a7d473ff15713c53a92b9fe8.tar.bz2
linting
-rw-r--r--test/Install/rec-sub-dir.py2
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'))