Skip to content

Commit

Permalink
Merge pull request #4123 from radosuav/fix_grass6_provider
Browse files Browse the repository at this point in the history
[processing] small fix in GRASS 6 provider
  • Loading branch information
alexbruy committed Feb 9, 2017
2 parents 84bef5f + 539ee16 commit 06506fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/grass/GrassUtils.py
Expand Up @@ -420,7 +420,7 @@ def grassHelpPath():

if helpPath is None:
if isWindows():
localPath = os.path.join(Grass7Utils.grassPath(), 'docs/html')
localPath = os.path.join(GrassUtils.grassPath(), 'docs/html')
if os.path.exists(localPath):
helpPath = os.path.abspath(localPath)
elif isMac():
Expand Down

0 comments on commit 06506fe

Please sign in to comment.