applied the except and raise fixers to the master branch to close the gap with py3
[nepi.git] / test / execution / ec.py
index 40d66c0..1bf20b1 100755 (executable)
@@ -74,7 +74,7 @@ class ExecuteControllersTestCase(unittest.TestCase):
             # When this task is executed and the error raise,
             # the FailureManager should set its failure level to 
             # TASK_FAILURE
-            raise RuntimeError, "NOT A REAL ERROR. JUST TESTING!"
+            raise RuntimeError("NOT A REAL ERROR. JUST TESTING!")
 
         ec = ExperimentController()