mirror of
https://github.com/qgis/QGIS.git
synced 2025-06-19 00:02:48 -04:00
[processing] fix help method in GeoAlgorithm class
This commit is contained in:
parent
4fa3390069
commit
be18a5e073
@ -116,7 +116,7 @@ class GeoAlgorithm:
|
||||
|
||||
Returns None if there is no help file available.
|
||||
"""
|
||||
return None
|
||||
return False, None
|
||||
|
||||
def processAlgorithm(self):
|
||||
"""Here goes the algorithm itself.
|
||||
|
Loading…
x
Reference in New Issue
Block a user