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
diff options
context:
space:
mode:
Diffstat (limited to 'tests/python/modules/test_utils.py')
-rwxr-xr-xtests/python/modules/test_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/python/modules/test_utils.py b/tests/python/modules/test_utils.py
index 18b4eb78f4b..d5cd743cde9 100755
--- a/tests/python/modules/test_utils.py
+++ b/tests/python/modules/test_utils.py
@@ -43,7 +43,7 @@ class AbstractBlenderRunnerTest(unittest.TestCase):
blender: pathlib.Path = None
testdir: pathlib.Path = None
- def run_blender(self, filepath: str, python_script: str, timeout: int=300) -> str:
+ def run_blender(self, filepath: str, python_script: str, timeout: int = 300) -> str:
"""Runs Blender by opening a blendfile and executing a script.
Returns Blender's stdout + stderr combined into one string.