Salome HOME
replace all usage of bare except clause with except Exception clause
[tools/sat.git] / test / test_sat5_0 / prepare / test_prepare.py
index 334054772909d6c934b4013c23abcdbc871cb46c..d6779a8c3ac29ccf2201e96da2ccbd43bff9b105 100755 (executable)
@@ -91,7 +91,7 @@ class TestCase(unittest.TestCase):
         try:
             sat.prepare(appli + " --force --force_patch")
             OK = 'OK'
-        except:
+        except Exception:
             pass
         self.assertEqual(OK, 'OK')