[processing] fix help method in GeoAlgorithm class

This commit is contained in:
Alexander Bruy 2014-04-23 15:36:45 +03:00
parent 4fa3390069
commit be18a5e073

View File

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