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:
authorBrecht Van Lommel <brecht@blender.org>2020-04-28 14:02:06 +0300
committerBrecht Van Lommel <brecht@blender.org>2020-04-28 14:02:06 +0300
commit8da80e7771fd0a492d24d4527f36e0c405d57380 (patch)
tree2af593d3775937e28b3a7aca61c364f99d05fb22 /tests/python/bl_load_py_modules.py
parent2db4a5bb9f00f6ce75cdcf45ac43f50263b80bc6 (diff)
parent6cab53eaaa3abac9778d1c9ab1ac9851bee454a6 (diff)
Merge branch 'blender-v2.83-release'
Diffstat (limited to 'tests/python/bl_load_py_modules.py')
-rw-r--r--tests/python/bl_load_py_modules.py8
1 files changed, 1 insertions, 7 deletions
diff --git a/tests/python/bl_load_py_modules.py b/tests/python/bl_load_py_modules.py
index 5d1a5dd8ee0..c6ad53b1f74 100644
--- a/tests/python/bl_load_py_modules.py
+++ b/tests/python/bl_load_py_modules.py
@@ -234,10 +234,4 @@ def main():
if __name__ == "__main__":
- # So a python error exits(1)
- try:
- main()
- except:
- import traceback
- traceback.print_exc()
- sys.exit(1)
+ main()