Skip to content

Commit

Permalink
Migrate processing help to new processing registry
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Oct 16, 2017
1 parent 60db6b0 commit 23c7517
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/plugins/processing/tools/help.py
Expand Up @@ -28,7 +28,6 @@

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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 23c7517

Please sign in to comment.