From: Gael Le Mignot Date: Tue, 30 Aug 2022 14:05:42 +0000 (+0200) Subject: Fixed byte/str issue X-Git-Tag: 2.8.1-pro~90 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=6865ce02c6c11995d017c979c3a096b36c5fe91b;p=teleforma.git Fixed byte/str issue --- diff --git a/teleforma/utils/kdenlive.py b/teleforma/utils/kdenlive.py index 2f42aeab..62aae7f7 100644 --- a/teleforma/utils/kdenlive.py +++ b/teleforma/utils/kdenlive.py @@ -221,7 +221,6 @@ class KDEnLiveSession(object): if 'docmetadata.meta.attr.title.markup' in name: title = att['cdata'] if 'marker' in name: - name = name.encode(ENCODING) marker_time = float(name.split(':')[-1].replace(',','.').replace(' ', '')) entry_id = str(name.split(':')[-2].split('.')[-1]) comment = self.fix_text(att['cdata'])