From 3b37839332173420cff8cc43507cb994931e8831 Mon Sep 17 00:00:00 2001 From: Kai <128258739+kai-car@users.noreply.github.com> Date: Wed, 7 Aug 2024 16:04:12 +0200 Subject: [PATCH] Set default value of enforce_tags to False in order to avoid stopping process (#176) --- configs/extras/default.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/extras/default.yaml b/configs/extras/default.yaml index b9c6b622..32550456 100644 --- a/configs/extras/default.yaml +++ b/configs/extras/default.yaml @@ -2,7 +2,7 @@ ignore_warnings: False # ask user for tags if none are provided in the config -enforce_tags: True +enforce_tags: False # pretty print config tree at the start of the run using Rich library print_config: True