diff options
author | Mats Wichmann <mats@linux.com> | 2021-04-15 15:12:00 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2021-04-15 15:12:00 (GMT) |
commit | 113de336dc49772552cbd7dbf634b8708ecede88 (patch) | |
tree | ba642bae6e8aa706f1709685e951731be5c07609 /test/long-lines | |
parent | b6e861cc465680f4c1ae5ec3327504da9afd5730 (diff) | |
download | SCons-113de336dc49772552cbd7dbf634b8708ecede88.zip SCons-113de336dc49772552cbd7dbf634b8708ecede88.tar.gz SCons-113de336dc49772552cbd7dbf634b8708ecede88.tar.bz2 |
[PR 3930] put back accidentally dropped raw-string indicator
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'test/long-lines')
-rw-r--r-- | test/long-lines/signature.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/long-lines/signature.py b/test/long-lines/signature.py index 68076d4..f399279 100644 --- a/test/long-lines/signature.py +++ b/test/long-lines/signature.py @@ -67,7 +67,7 @@ while len(extra_arguments) <= MAXLINE: env = Environment( tools=[], FILECOM=[ - '%(build_py)s', + r'%(build_py)s', '$TARGET', '$SOURCE', '$FILEFLAG', |