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

static.py line 134, missing 'mask = mask.value' #4

Open
xu-jiachen opened this issue Oct 5, 2023 · 0 comments
Open

static.py line 134, missing 'mask = mask.value' #4

xu-jiachen opened this issue Oct 5, 2023 · 0 comments

Comments

@xu-jiachen
Copy link

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.

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

No branches or pull requests

1 participant