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 'source/tests/bl_run_operators.py')
-rw-r--r--source/tests/bl_run_operators.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/tests/bl_run_operators.py b/source/tests/bl_run_operators.py
index 658a6849320..53cc37bc02b 100644
--- a/source/tests/bl_run_operators.py
+++ b/source/tests/bl_run_operators.py
@@ -67,7 +67,7 @@ def run_ops(operators, setup_func=None):
for op_id, op in operators:
if op.poll():
print(" operator:", op_id)
- sys.stdout.flush() # incase of crash
+ sys.stdout.flush() # in case of crash
# disable will get blender in a bad state and crash easy!
bpy.ops.wm.read_factory_settings()