summaryrefslogtreecommitdiff
path: root/test/subdir.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/subdir.py')
-rw-r--r--test/subdir.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/subdir.py b/test/subdir.py
index fa10cff4..22d09121 100644
--- a/test/subdir.py
+++ b/test/subdir.py
@@ -42,7 +42,7 @@ file.close()
""")
test.write('SConstruct', """
-B = Builder(action = '%(_python_)s build.py $TARGETS $SOURCES')
+B = Builder(action = r'%(_python_)s build.py $TARGETS $SOURCES')
env = Environment(BUILDERS = { 'B' : B })
env.B(target = 'subdir/f1.out', source = 'subdir/f1.in')
env.B(target = 'subdir/f2.out', source = 'subdir/f2.in')