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 warnings from pygeodiff #217

Open
wonder-sk opened this issue Oct 8, 2024 · 0 comments
Open

Python warnings from pygeodiff #217

wonder-sk opened this issue Oct 8, 2024 · 0 comments
Labels

Comments

@wonder-sk
Copy link
Contributor

When I start QGIS with MM plugin, there are a bunch of warnings coming from pygeodiff going to the log messages, e.g.:

warning:/home/martin/.local/share/QGIS/QGIS3/profiles/default/python/plugins/Mergin/mergin/deps/pygeodiff/main.py:79: SyntaxWarning: invalid escape sequence '\p'

This is most likely due to the fact that a couple of docstrings have \param in the content, which Python does not like to see. It may be a good idea to switch that to :param as this is typically(?) used elsewhere...

@wonder-sk wonder-sk added good first issue Good for newcomers pygeodiff labels Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant