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

mavwp: mark re.match pattern as regex string #977

Merged
merged 1 commit into from
Sep 22, 2024

Conversation

peterbarker
Copy link
Contributor

/home/pbarker/.local/lib/python3.12/site-packages/pymavlink-2.4.41-py3.12.egg/pymavlink/mavwp.py:505: SyntaxWarning: invalid escape sequence '\s'
  not re.match("[-0-9.]+\s+[-0-9.]+", version_line)):

/home/pbarker/.local/lib/python3.12/site-packages/pymavlink-2.4.41-py3.12.egg/pymavlink/mavwp.py:505: SyntaxWarning: invalid escape sequence '\s'
  not re.match("[-0-9.]+\s+[-0-9.]+", version_line)):
@peterbarker peterbarker merged commit 872d65c into ArduPilot:master Sep 22, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant