diff --git a/get_nib.py b/get_nib.py index ff12409075e5646773da82a12b0971f995d6f273..b93ba5779854fbd63b6a25789d7120b2c00eda77 100644 --- a/get_nib.py +++ b/get_nib.py @@ -591,8 +591,8 @@ class getnib: self.iface.messageBar().pushMessage("Error", "Layer is missing crs", level=Qgis.Critical, duration=3) layers = [] # Empty layers to get a fresh start when rerunning the plugin return # Return from (end) plugin - - # Get the extent of the active layer (coordinates in file or layer crs) + + # Get the extent of the active layer (coordinates in file or layer crs) xmin = e.xMinimum() xmax = e.xMaximum() ymin = e.yMinimum()