Conversation
🔌 Plugin ArtifactA development build of the plugin is available for testing:
|
202ad4d to
d7a3ba1
Compare
I just have one remaining small issue, I don't now how to detect if there where errors during installation. In QGIS it does a pushMessage, i guess I can connect to that somehow: level = Qgis.MessageLevel.Success if success else Qgis.MessageLevel.Critical
iface.pluginManagerInterface().pushMessage(msg, level) |
|
I don't think you can easily connect to this otherwise. |
2c3dd11 to
a25401e
Compare
|
Current QGIS profile and Current plugin version could be great to have indeed :
Upgrade of an older plugin version works too. When installed from a zip artefact, oqtopus gets corrupted after each reboot of QGIS. (mentionned in #130) Otherwise LGTM! |
|
@ponceta I have added the missing informations if you want to test again |
|
I run a quick test and we can merge this! |
Good for me, tested with 0e47074 |
oqtopus/gui/plugin_widget.py
Outdated
|
|
||
| self.__current_module_package = None | ||
| self.__plugin_name = None | ||
| self.__iface = qgis_iface |
There was a problem hiding this comment.
another simpler approach is to simply import iface
https://github.com/osgeosuomi/flake8-qgis?tab=readme-ov-file#qgs105





Install