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

param import: don't fail on type mismatch #7659

Merged
merged 4 commits into from
Jul 20, 2017
Merged

Conversation

bkueng
Copy link
Member

@bkueng bkueng commented Jul 20, 2017

This can happen for example when a param type is changed from int32 to
float. The type check will then fail if the param is stored and the param
import will be aborted completely.
Now we just skip the entry and continue loading the rest.

This can happen for example when a param type is changed from int32 to
float. The type check will then fail if the param is stored and the param
import will be aborted.
Now we just skip the entry and continue loading the rest.
LorenzMeier
LorenzMeier previously approved these changes Jul 20, 2017
@bkueng bkueng merged commit ced700a into master Jul 20, 2017
@bkueng bkueng deleted the param_load_type_mismatch branch July 20, 2017 16:49
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 this pull request may close these issues.

2 participants