From fd611977fe44891ad89fb9dde8b07c549d9e8d1d Mon Sep 17 00:00:00 2001 From: Alberto Miranda Date: Fri, 20 May 2022 15:24:14 +0200 Subject: [PATCH] Change default configuration filename --- genopts/genopts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genopts/genopts.py b/genopts/genopts.py index e7284fc..9b30810 100755 --- a/genopts/genopts.py +++ b/genopts/genopts.py @@ -603,7 +603,7 @@ def parse_args(args) -> argparse.Namespace: "-c", type=Path, metavar="CONFIG_FILE", - default=Path("config.yml"), + default=Path("genopts.yml"), help="A configuration file that should be used to control the generated output." ) -- GitLab