You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
When I start QGIS with MM plugin, there are a bunch of warnings coming from pygeodiff going to the log messages, e.g.:
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...The text was updated successfully, but these errors were encountered: