mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 13:23:59 +00:00
Fallback to previous Coastlines
This commit is contained in:
@@ -74,6 +74,7 @@ class StageCoastline(Stage):
|
|||||||
coasts_geom = "WorldCoasts.geom"
|
coasts_geom = "WorldCoasts.geom"
|
||||||
coasts_rawgeom = "WorldCoasts.rawgeom"
|
coasts_rawgeom = "WorldCoasts.rawgeom"
|
||||||
try:
|
try:
|
||||||
|
raise BadExitStatusError("Force fallback to known good coasts")
|
||||||
coastline.make_coastline(env)
|
coastline.make_coastline(env)
|
||||||
except BadExitStatusError as e:
|
except BadExitStatusError as e:
|
||||||
if not use_old_if_fail:
|
if not use_old_if_fail:
|
||||||
|
|||||||
Reference in New Issue
Block a user