We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 08db66f commit 3bfc93dCopy full SHA for 3bfc93d
python/plugins/processing/algs/grass7/Grass7AlgorithmProvider.py
@@ -132,7 +132,7 @@ def icon(self):
132
return QgsApplication.getThemeIcon("/providerGrass.svg")
133
134
def svgIconPath(self):
135
- return QgsApplication.iconPath("providerGrass.svg")
+ return QgsApplication.iconPath("/providerGrass.svg")
136
137
def supportsNonFileBasedOutput(self):
138
"""
0 commit comments