mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-14 14:49:54 +02:00
CLI: also --overwrite in single-image mode
This commit is contained in:
parent
8159e6336a
commit
dd478279a4
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ def layout(image, out, overwrite, dir_in, model, save_images, save_layout, save_
|
|||
if dir_in:
|
||||
eynollah.run(dir_in=dir_in, overwrite=overwrite)
|
||||
else:
|
||||
eynollah.run(image_filename=image)
|
||||
eynollah.run(image_filename=image, overwrite=overwrite)
|
||||
|
||||
|
||||
@main.command()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue