mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-14 14:49:54 +02:00
convert img_name
to string
This commit is contained in:
parent
3270f49256
commit
b8144f008b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue