]> SALOME platform Git repositories - modules/homard.git/commitdiff
Salome HOME
Correction des try except
authorgdd <gdd>
Thu, 15 Nov 2012 10:26:19 +0000 (10:26 +0000)
committergdd <gdd>
Thu, 15 Nov 2012 10:26:19 +0000 (10:26 +0000)
tests/test_1.py
tests/test_2.py
tests/test_3.py

index 01a0776825db36ce2242c18ac0102844016c762d..a769a9f473792e748528c4d8c5a67ba0b5d06dc7 100644 (file)
@@ -140,8 +140,8 @@ try :
   if error_main :
     raise Exception('Pb in homard_exec at iteration %d' %error_main )
 except :
-  raise Exception('Pb in homard_exec at iteration %d' %error_main )
-  sys.exit(1)
+  raise Exception('Pb in homard_exec')
+
 #
 # Test of the result
 #
index 60110999e3f946842d042cd86512658433118bda..5f86dd0992d0fd664e174b3291dfaca9fba70e93 100644 (file)
@@ -129,8 +129,8 @@ try :
   if error_main :
     raise Exception('Pb in homard_exec at iteration %d' %error_main )
 except :
-  raise Exception('Pb in homard_exec at iteration %d' %error_main )
-  sys.exit(1)
+  raise Exception('Pb in homard_exec')
+
 #
 # Test of the result
 #
index 5e7cdcc474e3798fed1567ddb68998a1196b3a8a..2aef04f50e030757af4134636111642f74de3354 100644 (file)
@@ -128,9 +128,8 @@ try :
   if error_main :
     raise Exception('Pb in homard_exec at iteration %d' %error_main )
 except :
-  if error_main :
-    raise Exception('Pb in homard_exec at iteration %d' %error_main )
-  sys.exit(1)
+  raise Exception('Pb in homard_exec')
+
 #
 # Test of the result
 #