-
- Downloads
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.
Loading
Please register or sign in to comment