You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When fields specified within recipe file %values lists contain a list of items, the addition of the Multi-value value to the values array causes an exception (Exception: unhashable type: 'MultiValue').
I believe that this can be corrected checking the type of the value first - if it is MultiValue, we can use set.Update() to update the values list instead of using set.Add().
@wetzelj let's take these one by one! If there are easy fixes (like the one) let's do a PR from your branch and bumping the version. More complex issues (or ones you want my help with) I could take a look in an evening or weekend.
When fields specified within recipe file %values lists contain a list of items, the addition of the Multi-value value to the values array causes an exception (Exception: unhashable type: 'MultiValue').
I believe that this can be corrected checking the type of the value first - if it is MultiValue, we can use set.Update() to update the values list instead of using set.Add().
I've committed a possible fix to the wetzelj/deid INFOR-831 branch.
The text was updated successfully, but these errors were encountered: