mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
parent
fdebddd13a
commit
206f22b9c7
@ -366,7 +366,7 @@ class ModelerParametersDialog(QDialog):
|
||||
def openHelp(self):
|
||||
algHelp = self._alg.helpUrl()
|
||||
if not algHelp:
|
||||
algHelp = QgsHelp.helpUrl("processing_algs/{}/{}.html{}".format(
|
||||
algHelp = QgsHelp.helpUrl("processing_algs/{}/{}.html#{}".format(
|
||||
self._alg.provider().helpId(), self._alg.groupId(), self._alg.name())).toString()
|
||||
|
||||
if algHelp not in [None, ""]:
|
||||
|
Loading…
x
Reference in New Issue
Block a user