Initial port to python3
[htsworkflow.git] / htsworkflow / pipelines / firecrest.py
index 3519eb0123600ef99602cccb25210d119a62a073..d8fa8721a6aad2237e1578f019ae41fafcba7a08 100644 (file)
@@ -66,11 +66,11 @@ class Firecrest(object):
     def dump(self):
         """Report debugginf information
         """
-        print "Starting cycle:", self.start
-        print "Ending cycle:", self.stop
-        print "Firecrest version:", self.version
-        print "Run date:", self.date
-        print "user:", self.user
+        print("Starting cycle:", self.start)
+        print("Ending cycle:", self.stop)
+        print("Firecrest version:", self.version)
+        print("Run date:", self.date)
+        print("user:", self.user)
 
     def get_elements(self):
         """Return XML serialization structure.