| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
- Use raw string for regex pattern (fixes invalid escape sequence '\[') - Replace 'is not 0' with '!= 0' for int comparison
Sorry, something went wrong.
There was a problem hiding this comment.
This is a minor regex and syntax change. FIne for me. Thanks for catching :-)
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Fixes three SyntaxWarning messages emitted by Python 3.12+ in plc4py/drivers/umas/UmasTag.py:
Test plan