mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-15 15:19:55 +02:00
use 'image_filename' for pseudo-iteration outside 'dir_in' mode
This commit is contained in:
parent
af4e2a4ffc
commit
238132e260
1 changed files with 2 additions and 2 deletions
|
@ -4323,7 +4323,7 @@ class Eynollah:
|
|||
t0_tot = time.time()
|
||||
|
||||
if not self.dir_in:
|
||||
self.ls_imgs = [1]
|
||||
self.ls_imgs = [self.image_filename]
|
||||
|
||||
for img_name in self.ls_imgs:
|
||||
self.logger.info(img_name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue