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/bl_run_operators.py')
-rw-r--r--tests/python/bl_run_operators.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/python/bl_run_operators.py b/tests/python/bl_run_operators.py
index b8b534a0a11..26fe6dac93d 100644
--- a/tests/python/bl_run_operators.py
+++ b/tests/python/bl_run_operators.py
@@ -503,7 +503,7 @@ def main():
if __name__ == "__main__":
- # ~ for i in range(200):
- # ~ RANDOM_SEED[0] += 1
- #~ main()
+ # for i in range(200):
+ # RANDOM_SEED[0] += 1
+ # main()
main()