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

lack of structure validity #54

Open
ik5 opened this issue Jan 5, 2014 · 1 comment
Open

lack of structure validity #54

ik5 opened this issue Jan 5, 2014 · 1 comment

Comments

@ik5
Copy link
Contributor

ik5 commented Jan 5, 2014

When creating the yaml file, there is no check to see if something that is required is missing, but it just try to execute the parameter with null value.

For example misspelling of field:
max_concurret:

Will not trigger that the max_concurrent: field is missing, but will add the -l field without integer or other type of value.

@bklang
Copy link
Member

bklang commented May 22, 2014

Related to this: we should catch steps that don't exist and throw an error. Right now they are silently ignored.

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

No branches or pull requests

2 participants