Initial port to python3
[htsworkflow.git] / htsworkflow / util / conversion.py
index d3eb4f6cc5dad43f619ca8db662ed6abbcc402a2..bc9df065c806a0dc564a49689b287d0e98762d59 100644 (file)
@@ -9,7 +9,7 @@ def unicode_or_none(value):
     if value is None:
         return None
     else:
-        return unicode(value)
+        return str(value)
 
 def parse_flowcell_id(flowcell_id):
     """