The plugin stops execution
leaving the layer in editing mode and throwing the following message
An error has occurred while executing Python code:
ZeroDivisionError: float division by zero
Traceback (most recent call last):
File "/home/rs/.qgis2/python/plugins/PolygonComplexity/PolygonComplexity.py", line 239, in run
feature_notches_normalized = float(feature_notches) / (feature_vertices - 3)
ZeroDivisionError: float division by zero
The plugin stops execution leaving the layer in editing mode and throwing the following message
An error has occurred while executing Python code:
ZeroDivisionError: float division by zero Traceback (most recent call last): File "/home/rs/.qgis2/python/plugins/PolygonComplexity/PolygonComplexity.py", line 239, in run feature_notches_normalized = float(feature_notches) / (feature_vertices - 3) ZeroDivisionError: float division by zero