summaryrefslogtreecommitdiffstats
path: root/test/scons-time
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2021-11-26 19:51:11 (GMT)
committerMats Wichmann <mats@linux.com>2021-11-26 19:51:11 (GMT)
commit9ca9d4480892c45827b5719163675eb7bde1e071 (patch)
tree9fe7561464ea0cb793c4b25739073f55cabaf996 /test/scons-time
parent10e76cd4a9d25f58886d5d22575ab742158ed899 (diff)
downloadSCons-9ca9d4480892c45827b5719163675eb7bde1e071.zip
SCons-9ca9d4480892c45827b5719163675eb7bde1e071.tar.gz
SCons-9ca9d4480892c45827b5719163675eb7bde1e071.tar.bz2
Fix test syntax error, update CHANGES/RELEASE
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'test/scons-time')
-rw-r--r--test/scons-time/run/config/python.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/scons-time/run/config/python.py b/test/scons-time/run/config/python.py
index ebfece1..d7c13a0 100644
--- a/test/scons-time/run/config/python.py
+++ b/test/scons-time/run/config/python.py
@@ -45,8 +45,8 @@ my_python_py = test.workpath('my_python.py')
test.write(
'config',
- """\
-python = r'%(my_python_py)s'
+ f"""\
+python = f'{my_python_py}'
""",
)