summaryrefslogtreecommitdiffstats
path: root/test/Deprecated/SourceCode/Perforce/P4COMSTR.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Deprecated/SourceCode/Perforce/P4COMSTR.py')
-rw-r--r--test/Deprecated/SourceCode/Perforce/P4COMSTR.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Deprecated/SourceCode/Perforce/P4COMSTR.py b/test/Deprecated/SourceCode/Perforce/P4COMSTR.py
index 7a24021..7b2fbba 100644
--- a/test/Deprecated/SourceCode/Perforce/P4COMSTR.py
+++ b/test/Deprecated/SourceCode/Perforce/P4COMSTR.py
@@ -75,7 +75,7 @@ def cat(env, source, target):
f.close()
env = Environment(TOOLS = ['default', 'Perforce'],
BUILDERS={'Cat':Builder(action=cat)},
- P4COM='%(_python_)s my-p4.py $TARGET',
+ P4COM=r'%(_python_)s my-p4.py $TARGET',
P4COMSTR='Checking out $TARGET from our fake Perforce')
env.Cat('aaa.out', 'aaa.in')
env.Cat('bbb.out', 'bbb.in')