Skip to content

Commit 06506fe

Browse files
authored
Merge pull request #4123 from radosuav/fix_grass6_provider
[processing] small fix in GRASS 6 provider
2 parents 84bef5f + 539ee16 commit 06506fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)