mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
[processing][API] rename alghelp to algorithmHelp
This commit is contained in:
parent
060a57f12b
commit
3e4fb56eea
@ -251,7 +251,7 @@ class Processing(object):
|
||||
# fix_print_with_import
|
||||
print('Error: Wrong number of parameters')
|
||||
QgsMessageLog.logMessage(Processing.tr('Error: Wrong number of parameters'), Processing.tr("Processing"))
|
||||
processing.alghelp(algOrName)
|
||||
processing.algorithmHelp(algOrName)
|
||||
return
|
||||
i = 0
|
||||
for param in alg.parameters:
|
||||
|
@ -68,7 +68,7 @@ def algoptions(name):
|
||||
print('Algorithm not found')
|
||||
|
||||
|
||||
def alghelp(name):
|
||||
def algorithmHelp(name):
|
||||
alg = Processing.getAlgorithm(name)
|
||||
if alg is not None:
|
||||
alg = alg.getCopy()
|
||||
|
Loading…
x
Reference in New Issue
Block a user