Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] Fix dissolve
  • Loading branch information
m-kuhn committed Mar 15, 2016
1 parent e888d6d commit e9b30a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/processing/algs/qgis/Dissolve.py
Expand Up @@ -130,6 +130,7 @@ def processAlgorithm(self, progress):

features = None

nElement = 0
for key, value in myDict.items():
nElement += 1
progress.setPercentage(int(nElement * 100 / nFeat))
Expand Down

0 comments on commit e9b30a0

Please sign in to comment.