mirror of https://gitlab.com/pamhyr/pamhyr2
GeoTIFF: Fix pep8.
parent
5c83d67865
commit
7bce725c63
|
|
@ -64,7 +64,7 @@ class GeoTIFF(SQLSubModel):
|
||||||
self._file_bytes = b''
|
self._file_bytes = b''
|
||||||
if coordinates is None:
|
if coordinates is None:
|
||||||
self._coordinates = {
|
self._coordinates = {
|
||||||
"bottom" : 0.0,
|
"bottom": 0.0,
|
||||||
"top": 0.0,
|
"top": 0.0,
|
||||||
"left": 0.0,
|
"left": 0.0,
|
||||||
"right": 0.0,
|
"right": 0.0,
|
||||||
|
|
|
||||||
|
|
@ -93,7 +93,7 @@ class GeoTIFFListWindow(PamhyrWindow):
|
||||||
rows = self.selected_rows()
|
rows = self.selected_rows()
|
||||||
|
|
||||||
for row in rows:
|
for row in rows:
|
||||||
geotiff= self._study.river.geotiff.files[row]
|
geotiff = self._study.river.geotiff.files[row]
|
||||||
|
|
||||||
if self.sub_window_exists(
|
if self.sub_window_exists(
|
||||||
EditGeoTIFFWindow,
|
EditGeoTIFFWindow,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue