mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Migrate processing help to new processing registry
This commit is contained in:
parent
60db6b0665
commit
23c7517dc9
@ -28,7 +28,6 @@ import codecs
|
||||
|
||||
from qgis.core import (QgsApplication,
|
||||
QgsProcessingParameterDefinition)
|
||||
from processing.core.Processing import Processing
|
||||
from processing.core.parameters import ParameterMultipleInput, ParameterTableField, ParameterVector, ParameterSelection
|
||||
from processing.tools.system import mkdir
|
||||
|
||||
@ -106,7 +105,7 @@ def baseHelpForAlgorithm(alg, folder):
|
||||
|
||||
|
||||
def createBaseHelpFiles(folder):
|
||||
for provider in Processing.providers:
|
||||
for provider in QgsApplication.processingRegistry().providers():
|
||||
if 'grass' in provider.id():
|
||||
continue
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user