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 84bef5f commit 539ee16Copy full SHA for 539ee16
python/plugins/processing/algs/grass/GrassUtils.py
@@ -420,7 +420,7 @@ def grassHelpPath():
420
421
if helpPath is None:
422
if isWindows():
423
- localPath = os.path.join(Grass7Utils.grassPath(), 'docs/html')
+ localPath = os.path.join(GrassUtils.grassPath(), 'docs/html')
424
if os.path.exists(localPath):
425
helpPath = os.path.abspath(localPath)
426
elif isMac():
0 commit comments