zones_1_et_2.AddZone('Zone_1_1', 1)
zones_1_et_2.AddZone('Zone_1_2', 1)
laux = zones_1_et_2.GetZones()
- nbzone = len(laux)/2
+ nbzone = len(laux) // 2
jaux = 0
- for _ in range(nbzone) :
+ for iaux in range(nbzone) :
print(hyponame_2, " : ", dico[laux[jaux+1]], "sur la zone", laux[jaux])
jaux += 2
print(hyponame_2, " : champ utilisé :", zones_1_et_2.GetFieldName())
if ERROR :
raise Exception('Pb in homard_exec at iteration %d' %ERROR )
except Exception as eee:
- raise Exception('Pb in homard_exec: ' + str(eee))
- raise Exception('Pb in homard_exec: '+eee.message)
++ raise Exception('Pb in homard_exec: '+str(eee.message))
#
# Test of the results
#
if ERROR :
raise Exception('Pb in geom_smesh_exec')
except Exception as eee:
- raise Exception('Pb in geom_smesh_exec: ' + str(eee))
- raise Exception('Pb in geom_smesh_exec: '+eee.message)
++ raise Exception('Pb in geom_smesh_exec: '+str(eee.message))
HOMARD = salome.lcc.FindOrLoadComponent('FactoryServer', 'HOMARD')
assert HOMARD is not None, "Impossible to load homard engine"
if ERROR :
raise Exception('Pb in homard_exec at iteration %d' %ERROR )
except Exception as eee:
- raise Exception('Pb in homard_exec: ' + str(eee))
- raise Exception('Pb in homard_exec: '+eee.message)
++ raise Exception('Pb in homard_exec: '+str(eee.message))
#
# Test of the results
#
if ERROR :
raise Exception('Pb in mesh_exec')
except Exception as eee:
- raise Exception('Pb in mesh_exec: ' + str(eee))
- raise Exception('Pb in mesh_exec: '+eee.message)
++ raise Exception('Pb in mesh_exec: '+str(eee.message))
HOMARD = salome.lcc.FindOrLoadComponent('FactoryServer', 'HOMARD')
assert HOMARD is not None, "Impossible to load homard engine"
if ERROR :
raise Exception('Pb in homard_exec at iteration %d' %ERROR )
except Exception as eee:
- raise Exception('Pb in homard_exec: ' + str(eee))
- raise Exception('Pb in homard_exec: '+eee.message)
++ raise Exception('Pb in homard_exec: '+str(eee.message))
#
# Test of the results
#