Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[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.
Expand Up @@ -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):
Expand Down

0 comments on commit 4ffdef4

Please sign in to comment.