We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa3390 commit be18a5eCopy full SHA for be18a5e
python/plugins/processing/core/GeoAlgorithm.py
@@ -73,7 +73,7 @@ def __init__(self):
73
self.showInModeler = True
74
#if true, will show only loaded layers in parameters dialog.
75
#Also, if True, the algorithm does not run on the modeler
76
- #or batch ptocessing interface
+ #or batch ptocessing interface
77
self.allowOnlyOpenedLayers = False
78
79
# False if it should not be run a a batch process
@@ -116,7 +116,7 @@ def help(self):
116
117
Returns None if there is no help file available.
118
"""
119
- return None
+ return False, None
120
121
def processAlgorithm(self):
122
"""Here goes the algorithm itself.
0 commit comments