diff --git a/python/plugins/processing/algs/qgis/Intersection.py b/python/plugins/processing/algs/qgis/Intersection.py index 3918e671e62..c0c4dbcc57c 100644 --- a/python/plugins/processing/algs/qgis/Intersection.py +++ b/python/plugins/processing/algs/qgis/Intersection.py @@ -112,7 +112,6 @@ class Intersection(GeoAlgorithm): self.tr('GEOS geoprocessing error: One or ' 'more input features have invalid ' 'geometry.')) - break try: if int_geom.wkbType() in wkbTypeGroups[wkbTypeGroups[int_geom.wkbType()]]: outFeat.setGeometry(int_geom)