mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-15 07:09:55 +02:00
CLI: fix arg vs kwarg from merge
This commit is contained in:
parent
9d61acf173
commit
4be89910a2
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ def layout(image, out, overwrite, dir_in, model, save_images, save_layout, save_
|
|||
sys.exit(1)
|
||||
eynollah = Eynollah(
|
||||
model,
|
||||
getLogger('Eynollah'),
|
||||
logger=getLogger('Eynollah'),
|
||||
image_filename=image,
|
||||
overwrite=overwrite,
|
||||
dir_out=out,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue