Open
Description
Description
Please include a summary of the issue.
Please include the steps to reproduce.
List any additional libraries that are affected.
Steps to Reproduce
Steps to Reproduce:
Clone the repository
Navigate to the project directory
Activate the virtual environment
Run the following commands:
funnel load -s demo/settings_DE.yaml
funnel load -s demo/settings_FR.yaml
Expected behavior
The command should successfully load the configuration and proceed with the specified actions.
Actual behavior
Both commands fail with the above error messages.
valueerror: Invalid Config settings yaml:{'search': [{'locale': ['unallowed value GERMANY_GERMAN']}]})
or
valueerror: Invalid Config settings yaml:{'search': [{'locale': ['unallowed value FRANCE_FRENCH']}]}
Environment
Environment:
Operating System: Linux/WSL
Python Version: 3.10
Virtual Environment: Using venv
Repository State: Up-to-date with latest changes