Skip to content
Permalink
Browse files
[processing] fix MMQGIS Extract by attribute (fix #9768)
  • Loading branch information
alexbruy committed Mar 25, 2014
1 parent 5e5abdb commit 4ffdef4
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1146,7 +1146,7 @@ def processAlgorithm(self, progress):

features = vector.features(layer)
featureCount = len(features)
output = self.getOutputFromName(self.OUTPUT)
output = self.getOutputFromName(self.RESULT)
writer = output.getVectorWriter(fields,
provider.geometryType(), layer.crs())
for (i, feat) in enumerate(features):

0 comments on commit 4ffdef4

Please sign in to comment.