From 7bce725c63ec9faec8cfefada49486682199cf8e Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Rouby Date: Wed, 12 Nov 2025 10:43:20 +0100 Subject: [PATCH] GeoTIFF: Fix pep8. --- src/Model/GeoTIFF/GeoTIFF.py | 2 +- src/View/GeoTIFF/Window.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Model/GeoTIFF/GeoTIFF.py b/src/Model/GeoTIFF/GeoTIFF.py index b92d9163..a6f6de59 100644 --- a/src/Model/GeoTIFF/GeoTIFF.py +++ b/src/Model/GeoTIFF/GeoTIFF.py @@ -64,7 +64,7 @@ class GeoTIFF(SQLSubModel): self._file_bytes = b'' if coordinates is None: self._coordinates = { - "bottom" : 0.0, + "bottom": 0.0, "top": 0.0, "left": 0.0, "right": 0.0, diff --git a/src/View/GeoTIFF/Window.py b/src/View/GeoTIFF/Window.py index 3113c8d3..69fa40c7 100644 --- a/src/View/GeoTIFF/Window.py +++ b/src/View/GeoTIFF/Window.py @@ -93,7 +93,7 @@ class GeoTIFFListWindow(PamhyrWindow): rows = self.selected_rows() for row in rows: - geotiff= self._study.river.geotiff.files[row] + geotiff = self._study.river.geotiff.files[row] if self.sub_window_exists( EditGeoTIFFWindow,