Skip to content

Commit

Permalink
fix processing plugin error when grass7 disabled
Browse files Browse the repository at this point in the history
(cherry picked from commit 9493f55)
  • Loading branch information
Jon McCormack authored and nyalldawson committed Dec 11, 2018
1 parent 7218cf5 commit 8b3762c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -157,7 +157,7 @@ def supportedOutputRasterLayerExtensions(self):
return Grass7Utils.getSupportedOutputRasterExtensions()

def canBeActivated(self):
return not bool(Grass7Utils.checkGrass7IsInstalled())
return not bool(Grass7Utils.checkGrassIsInstalled())

def tr(self, string, context=''):
if context == '':
Expand Down

0 comments on commit 8b3762c

Please sign in to comment.