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
In WF_SDK/static.py, calling the .set_state() method will raise operand mismatch error between the mask and shifted bits.
This can be fixed by adding mask = mask.value at line 134 just like line 68.
The text was updated successfully, but these errors were encountered:
In WF_SDK/static.py, calling the .set_state() method will raise operand mismatch error between the mask and shifted bits.
This can be fixed by adding
mask = mask.value
at line 134 just like line 68.The text was updated successfully, but these errors were encountered: