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 bd64b4f commit cd267b0Copy full SHA for cd267b0
python/plugins/processing/algs/qgis/Eliminate.py
@@ -110,7 +110,7 @@ def processAlgorithm(self, progress):
110
comparisonvalue = self.getParameterValue(self.COMPARISONVALUE)
111
112
selectindex = vector.resolveFieldIndex(processLayer, attribute)
113
- selectType = processLayer.dataProvider().fields()[selectindex].type()
+ selectType = processLayer.fields()[selectindex].type()
114
selectionError = False
115
116
if selectType == 2:
0 commit comments