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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ eido validate project_config.yml -s schema.yml Traceback (most recent call last): File "micromamba/envs/PEP/bin/eido", line 10, in <module> sys.exit(main()) ^^^^^^ File "micromamba/envs/PEP/lib/python3.12/site-packages/eido/cli.py", line 159, in main validator(*arguments) TypeError: validate_project() takes 2 positional arguments but 3 were given
Install eido 0.1.9
The text was updated successfully, but these errors were encountered:
remove unused exclude-case from CLI. Prep for 0.2.2 release. Fixes #65
exclude-case
ced6b80
Thank you for raising this issue. It should now be fixed with v0.2.2 which is now released.
v0.2.2
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Example
Workaround
Install eido 0.1.9
The text was updated successfully, but these errors were encountered: