-
-
Notifications
You must be signed in to change notification settings - Fork 255
setters.py -> set_string() -> isascii() #561
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
Conversation
…scii(). Siemens allows ascii 0-255.
setters.py -> set_char() was limited to ascii 0-128 because of .isascii(). Siemens allows ascii 0-255.
|
Function snap7.util.set_char() was not automatically imported. |
|
set_char() should not return Union[ValueError, bytearray], just bytearray |
|
changed ValueError message in set_string() |
…ons and symlinks correctly. Add a step to unlink any existing Python versions before installing the required version and explicitly link the newly installed version
|
adjusted the workflow to ensure that Homebrew handles Python installations and symlinks correctly. Added a step to unlink any existing Python versions before installing the required version and explicitly link the newly installed version |
|
thanks! |
setters.py -> set_string() was limited to ascii 0-128 because of .isascii().
Siemens allows ascii 0-255.