require model command line option (fix #59) (#73)

This commit is contained in:
Clemens Neudecker 2022-04-26 10:54:20 +02:00 committed by GitHub
parent a33a1995cb
commit 568391ec4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,7 @@ from qurator.eynollah.eynollah import Eynollah
"-m", "-m",
help="directory of models", help="directory of models",
type=click.Path(exists=True, file_okay=False), type=click.Path(exists=True, file_okay=False),
required=True,
) )
@click.option( @click.option(
"--save_images", "--save_images",