convert `img_name` to string

refactor
cneud 2 months ago
parent 3270f49256
commit b8144f008b

@ -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()

Loading…
Cancel
Save