Skip to content

Commit 868637b

Browse files
committed
No
1 parent 4d0ae8a commit 868637b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/accessvis/earth.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -1531,9 +1531,7 @@ def load_mask(res_y=None, masktype="watermask", cropbox=None):
15311531

15321532
# Save full mask in various resolutions
15331533
for res in [(86400, 43200), (43200, 21600), (21600, 10800)]:
1534-
r_fn = (
1535-
f"{settings.DATA_PATH}/landmask/world.{masktype}.{res[0]}x{res[1]}.png"
1536-
)
1534+
r_fn = f"{settings.DATA_PATH}/landmask/world.{masktype}.{res[0]}x{res[1]}.png"
15371535
if not os.path.exists(r_fn):
15381536
# Create medium res mask image
15391537
mimg = Image.fromarray(mask)

0 commit comments

Comments
 (0)