Skip to content

Commit

Permalink
[processing] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dakcarto committed Jul 11, 2014
1 parent 0ad70ed commit cded8b1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -31,7 +31,7 @@
geomarea.sort(key=itemgetter(1))
if To_keep == 1:
featres.setGeometry(geoms[geomrea[-1][0]])
else if To_keep > len(geoms):
elif To_keep > len(geoms):
featres.setGeometry(geom)
else:
featres.setGeometry(geom)
Expand Down

0 comments on commit cded8b1

Please sign in to comment.