From fb7440ab5ddaffe52d1f765c59fecd2c0e3aa944 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 21 Nov 2021 11:02:22 +0100 Subject: Please a bit the CI --- libmat2/epub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmat2/epub.py') diff --git a/libmat2/epub.py b/libmat2/epub.py index af059d2..be05562 100644 --- a/libmat2/epub.py +++ b/libmat2/epub.py @@ -108,7 +108,7 @@ class EPUBParser(archive.ZipParser): item.append(uniqid) # items without mandatory content - for name in {'language', 'title'}: + for name in ['language', 'title']: uniqid = ET.Element(self.metadata_namespace + name) item.append(uniqid) break # there is only a single block -- cgit v1.3