Workaround failure of test Tools/MacMesh/PressureValve.py

This commit is contained in:
eap 2018-07-18 16:02:57 +03:00
parent ba0f425284
commit b4ddd97db8

View File

@ -185,6 +185,8 @@ class MacObject:
self.DirectionalMeshParams = MeshPar
self.MeshPar[0] = GenFunctions.CompatibilityTest(self)
if isinstance( self.MeshPar[0], list ):
return # workaround, as CompatibilityTest() can return a list
if self.MeshPar[0] < 0 :
Alarms.Message(4)
if self.MeshPar[0] == -1 : print(("Problem encountered with object(s) no. "+str(ObjectsInvolved)))