Convert old style except blocks to except Exception as variable: blocks
[htsworkflow.git] / samples / test_samples.py
index c339619eb0309ce9dfed96142010309891a7971f..61fc9305cb938382b3fa2205eead9e701cc1d817 100644 (file)
@@ -276,7 +276,7 @@ try:
     libNS = RDF.NS("http://jumpgate.caltech.edu/wiki/LibraryOntology#")
 
     from htsworkflow.util.rdfhelp import dump_model
-except ImportError,e:
+except ImportError as e:
     HAVE_RDF = False