summaryrefslogtreecommitdiffstats
path: root/test/Actions/pre-post.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Actions/pre-post.py')
-rw-r--r--test/Actions/pre-post.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Actions/pre-post.py b/test/Actions/pre-post.py
index e09ee02..38a55df 100644
--- a/test/Actions/pre-post.py
+++ b/test/Actions/pre-post.py
@@ -188,7 +188,7 @@ def post_action(target, source, env):
env = Environment()
o = env.Command(['pre-post', 'file.out'],
'file.in',
- '%(_python_)s build.py ${TARGETS[1]} $SOURCE')
+ r'%(_python_)s build.py ${TARGETS[1]} $SOURCE')
env.AddPreAction(o, pre_action)
env.AddPostAction(o, post_action)
""" % locals())