Skip to content

Commit 539ee16

Browse files
committed
[Processing] Small fix in GRASS 6 provider
1 parent 84bef5f commit 539ee16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/algs/grass/GrassUtils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ def grassHelpPath():
420420

421421
if helpPath is None:
422422
if isWindows():
423-
localPath = os.path.join(Grass7Utils.grassPath(), 'docs/html')
423+
localPath = os.path.join(GrassUtils.grassPath(), 'docs/html')
424424
if os.path.exists(localPath):
425425
helpPath = os.path.abspath(localPath)
426426
elif isMac():

0 commit comments

Comments
 (0)