Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SyntaxWarning: invalid escape sequence '\d'
Fixes the following syntax warning on python 3.12: lib/python/qtvcp/widgets/versa_probe.py:57: SyntaxWarning: invalid escape sequence '\d' self.valid = QtGui.QRegExpValidator(QtCore.QRegExp('^((\d{1,4}(\.\d{1,3})?)|(\.\d{1,3}))$')) lib/python/qtvcp/widgets/versa_probe.py:59: SyntaxWarning: invalid escape sequence '\d' self.valid = QtGui.QRegExpValidator(QtCore.QRegExp('^((\d{1,3}(\.\d{1,4})?)|(\.\d{1,4}))$')) Signed-off-by: Damian Wrobel <[email protected]>
- Loading branch information