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
A side effect of --skip-loading-plugins in some of the GHA workflows (see PR #209) seems to be that the processing provider can be reported as 'disabled' when the list of plugins is queried (qgis/QGIS#57409).
While this does not affect functionality (algorithms of processing are always accessible), its disabled state is reported in a message and more importantly, qgis_enable_plugins() ignores the processing plugin (an intended feature of qgis_disable_plugins()).
While considering the message OK and considering the artifact of a disabled processing plugin a task for QGIS, we should at least make qgis_enable_plugins("processing") work before merging PR #209.
A side effect of
--skip-loading-plugins
in some of the GHA workflows (see PR #209) seems to be that theprocessing
provider can be reported as 'disabled' when the list of plugins is queried (qgis/QGIS#57409).While this does not affect functionality (algorithms of
processing
are always accessible), its disabled state is reported in a message and more importantly,qgis_enable_plugins()
ignores theprocessing
plugin (an intended feature ofqgis_disable_plugins()
).While considering the message OK and considering the artifact of a disabled
processing
plugin a task for QGIS, we should at least makeqgis_enable_plugins("processing")
work before merging PR #209.The text was updated successfully, but these errors were encountered: