From b8144f008b25f487bd3139876b512587fd238489 Mon Sep 17 00:00:00 2001 From: cneud <952378+cneud@users.noreply.github.com> Date: Fri, 15 Mar 2024 23:41:54 +0100 Subject: [PATCH] convert `img_name` to string --- eynollah/eynollah/eynollah.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eynollah/eynollah/eynollah.py b/eynollah/eynollah/eynollah.py index f3fda56..a68e26f 100644 --- a/eynollah/eynollah/eynollah.py +++ b/eynollah/eynollah/eynollah.py @@ -3037,7 +3037,7 @@ class Eynollah: t0_tot = time.time() if not self.dir_in: - self.ls_imgs = [1] + self.ls_imgs = str([1]) for img_name in self.ls_imgs: t0 = time.time()