Skip to content
Snippets Groups Projects
Commit 2340e707 authored by Beat Küng's avatar Beat Küng
Browse files

param import: don't fail on type mismatch

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.
parent ca82d36c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment