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

Python regex warning in Libreoffice extension SyntaxWarning: invalid escape #125

Open
rickalex21 opened this issue Feb 21, 2024 · 0 comments

Comments

@rickalex21
Copy link

rickalex21 commented Feb 21, 2024

Hello,

This extension is bundled with libreoffice, I am getting this warning.

I understand that updating the extension resolves this issue but I wanted to let you know
that libreoffice is not updating it so you will continue to get concerns from other users.

/usr/lib/libreoffice/share/extensions/numbertext/pythonpath/org/Numbertext/Soros.py:37: SyntaxWarning: invalid escape sequence '\s'
  m = re.match("^\s*(\"[^\"]*\"|[^\s]*)\s*(.*[^\s])?\s*$", s)

Thank you

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