File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
python/plugins/processing/algs/grass Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -489,13 +489,7 @@ def commandLineName(self):
489
489
def checkBeforeOpeningParametersDialog (self ):
490
490
msg = GrassUtils .checkGrassIsInstalled ()
491
491
if msg is not None :
492
- html = self .tr (
493
- '<p>This algorithm requires GRASS to be run. Unfortunately, '
494
- 'it seems that GRASS is not installed in your system, or it '
495
- 'is not correctly configured to be used from QGIS</p>'
496
- '<p><a href="http://docs.qgis.org/testing/en/docs/user_manual/processing/3rdParty.html">Click here</a> '
497
- 'to know more about how to install and configure GRASS to be used with QGIS</p>' )
498
- return html
492
+ return msg
499
493
500
494
def checkParameterValuesBeforeExecuting (self ):
501
495
name = self .commandLineName ().replace ('.' , '_' )[len ('grass:' ):]
You can’t perform that action at this time.
0 commit comments