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:
authorHans Goudey <h.goudey@me.com>2021-11-09 22:08:36 +0300
committerHans Goudey <h.goudey@me.com>2021-11-09 22:08:36 +0300
commit4648c4990cd590dd0f4201cbccc2b5616856984e (patch)
treeb13ddffd01a5ca0a27a740f9ef05348db193b6d6 /tests
parenta356e4fb3fa35a6dd8fe0e5e395eb05686f1f90f (diff)
parent44239fa106335d2f620978a33a9e9b1ad2905caf (diff)
Merge branch 'blender-v3.0-release'
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'