Skip to content
New issue

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 is broken in v0.2 #65

Closed
Redmar-van-den-Berg opened this issue Nov 16, 2023 · 1 comment · Fixed by #66
Closed

eido validate is broken in v0.2 #65

Redmar-van-den-Berg opened this issue Nov 16, 2023 · 1 comment · Fixed by #66

Comments

@Redmar-van-den-Berg
Copy link
Contributor

Example

$ 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

Workaround

Install eido 0.1.9

@donaldcampbelljr
Copy link
Contributor

Thank you for raising this issue. It should now be fixed with v0.2.2 which is now released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants