|
@@ -177,7 +177,7 @@ def _init(self, target = None, parent = None):
|
|
"and quads. Try to load your mesh with"
|
|
"and quads. Try to load your mesh with"
|
|
" a post-processing to triangulate your"
|
|
" a post-processing to triangulate your"
|
|
" faces.")
|
|
" faces.")
|
|
- sys.exit(1)
|
|
|
|
|
|
+ raise e
|
|
|
|
|
|
|
|
|
|
else: # starts with 'm' but not iterable
|
|
else: # starts with 'm' but not iterable
|