We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Please include a summary of the issue. Please include the steps to reproduce. List any additional libraries that are affected.
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
The command should successfully load the configuration and proceed with the specified actions.
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:
Operating System: Linux/WSL Python Version: 3.10 Virtual Environment: Using venv Repository State: Up-to-date with latest changes
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
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.
or
Environment
Environment:
Operating System: Linux/WSL
Python Version: 3.10
Virtual Environment: Using venv
Repository State: Up-to-date with latest changes
The text was updated successfully, but these errors were encountered: