Cleanup: strip tests trailing space

This commit is contained in:
Campbell Barton
2018-06-04 18:47:31 +02:00
parent 747534af00
commit f6740993f7
7 changed files with 133 additions and 133 deletions

View File

@@ -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.