mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 18:30:35 +05:00
Compute(), better presentation in case of multiple errors
This commit is contained in:
parent
80d4e38b71
commit
564a749ee3
@ -1232,6 +1232,7 @@ class Mesh:
|
||||
errText = "code %s" % -err.code
|
||||
if errText: errText += ". "
|
||||
errText += err.comment
|
||||
if allReasons != "":allReasons += "\n"
|
||||
allReasons += '"%s" failed on %s. Error: %s' %(err.algoName, shapeText, errText)
|
||||
pass
|
||||
|
||||
@ -1262,9 +1263,7 @@ class Mesh:
|
||||
reason = "For unknown reason."+\
|
||||
" Revise Mesh.Compute() implementation in smeshDC.py!"
|
||||
pass
|
||||
if allReasons != "":
|
||||
allReasons += "\n"
|
||||
pass
|
||||
if allReasons != "":allReasons += "\n"
|
||||
allReasons += reason
|
||||
pass
|
||||
if allReasons != "":
|
||||
|
Loading…
Reference in New Issue
Block a user