Remove required key in config.py

Not available in py 3.6 which we support

Change-Id: Icf000a8e8d0a7468314e4c9bf16df79b37860d23
This commit is contained in:
Henrik Wahlqvist 2024-11-06 10:50:57 +01:00
parent 9e2c29fd4a
commit 9222230762

@ -425,7 +425,6 @@ class ProcessHandler:
title='Operation mode',
dest='mode',
help="Run chosen files on in a number of directories",
required=True,
)
dir_parser = subparser.add_parser(
'models',