Don't initialize project provider from qgis_process -- project

models can't be called from qgis_process anyway
This commit is contained in:
Nyall Dawson 2023-12-07 11:51:36 +10:00
parent cb5fbaf026
commit 5be709361b

View File

@ -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: