Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix zonal stats algorithm execution
  • Loading branch information
nyalldawson committed Jul 6, 2017
1 parent 274d684 commit 4eca20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/qgis/ZonalStatistics.py
Expand Up @@ -125,7 +125,7 @@ def processAlgorithm(self, context, feedback):
self.rasterLayer,
self.columnPrefix,
self.bandNumber,
self.selectedStats)
QgsZonalStatistics.Statistics(self.selectedStats))
zs.calculateStatistics(feedback)
return True

Expand Down

0 comments on commit 4eca20f

Please sign in to comment.