Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/performance/api/environment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/performance/api/environment.py b/tests/performance/api/environment.py
index eec92cc7b6b..235a1805ba9 100644
--- a/tests/performance/api/environment.py
+++ b/tests/performance/api/environment.py
@@ -235,7 +235,7 @@ class TestEnvironment:
output_prefix = 'TEST_OUTPUT: '
expression = (f'import sys, pickle, base64\n'
- f'sys.path.append("{package_path}")\n'
+ f'sys.path.append(r"{package_path}")\n'
f'import {modulename}\n'
f'args = pickle.loads(base64.b64decode({args}))\n'
f'result = {modulename}.{functionname}(args)\n'