applied the except and raise fixers to the master branch to close the gap with py3
[nepi.git] / src / nepi / resources / all / collector.py
index 3573a03..4729e01 100644 (file)
@@ -77,7 +77,7 @@ class Collector(ResourceManager):
             
             msg = "No traceName was specified"
             self.error(msg)
-            raise RuntimeError, msg
+            raise RuntimeError(msg)
 
         self._store_path = self.ec.run_dir