From 568391ec4ad0af096f5f2168d448331d5b9622f2 Mon Sep 17 00:00:00 2001 From: Clemens Neudecker <952378+cneud@users.noreply.github.com> Date: Tue, 26 Apr 2022 10:54:20 +0200 Subject: [PATCH] require model command line option (fix #59) (#73) --- qurator/eynollah/cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qurator/eynollah/cli.py b/qurator/eynollah/cli.py index f343918..e419411 100644 --- a/qurator/eynollah/cli.py +++ b/qurator/eynollah/cli.py @@ -24,6 +24,7 @@ from qurator.eynollah.eynollah import Eynollah "-m", help="directory of models", type=click.Path(exists=True, file_okay=False), + required=True, ) @click.option( "--save_images",