X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=blobdiff_plain;f=htsworkflow%2Futil%2Fconversion.py;h=bc9df065c806a0dc564a49689b287d0e98762d59;hp=d3eb4f6cc5dad43f619ca8db662ed6abbcc402a2;hb=refs%2Fheads%2Fpython3-django1.5;hpb=4262586d10cc0cc227390873b301b55244204c11 diff --git a/htsworkflow/util/conversion.py b/htsworkflow/util/conversion.py index d3eb4f6..bc9df06 100644 --- a/htsworkflow/util/conversion.py +++ b/htsworkflow/util/conversion.py @@ -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): """