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:
authorCampbell Barton <ideasman42@gmail.com>2018-06-04 19:47:31 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-04 19:47:31 +0300
commitf6740993f7add82252bf4f6d9d987d3f724ab8f5 (patch)
tree42c733403877b9fb716f2aa628109f488000cf56 /tests/python/modules
parent747534af0058ff7a719b99af68333753527ed747 (diff)
Cleanup: strip tests trailing space
Diffstat (limited to 'tests/python/modules')
-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 55ef882c49c..c4496c3e3ac 100755
--- a/tests/python/modules/test_utils.py
+++ b/tests/python/modules/test_utils.py
@@ -61,7 +61,7 @@ class AbstractBlenderRunnerTest(unittest.TestCase):
# Set in a subclass
blender: pathlib.Path = None
testdir: pathlib.Path = None
-
+
def run_blender(self, filepath: str, python_script: str, timeout: int=300) -> str:
"""Runs Blender by opening a blendfile and executing a script.