mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
Don't initialize project provider from qgis_process -- project
models can't be called from qgis_process anyway
This commit is contained in:
parent
cb5fbaf026
commit
5be709361b
@ -140,9 +140,10 @@ class Processing:
|
||||
return
|
||||
|
||||
# Add the model providers
|
||||
# note that we don't add the Project Provider, as this cannot be called
|
||||
# from qgis_process
|
||||
model_providers = [
|
||||
ModelerAlgorithmProvider,
|
||||
ProjectProvider
|
||||
ModelerAlgorithmProvider
|
||||
]
|
||||
|
||||
for c in model_providers:
|
||||
|
Loading…
x
Reference in New Issue
Block a user