pepkit / eido

Validator for PEP objects
http://eido.databio.org
BSD 2-Clause "Simplified" License
4 stars 6 forks source link

eido validate is broken in v0.2 #65

Closed Redmar-van-den-Berg closed 7 months ago

Redmar-van-den-Berg commented 7 months ago

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 commented 7 months ago

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