forked from organicmaps/organicmaps
[generator][python] Removed meaningless check
This commit is contained in:
parent
91bf5fa692
commit
b6915313fc
1 changed files with 0 additions and 3 deletions
|
@ -224,9 +224,6 @@ def main():
|
|||
if settings.PLANET_URL != settings.DEFAULT_PLANET_URL:
|
||||
options["skip"] += stages_as_string(stage_update_planet)
|
||||
|
||||
if WORLD_NAME in options["countries"] and WORLD_COASTS_NAME not in options["countries"]:
|
||||
raise ValidationError(f"{WORLD_NAME} depends on {WORLD_COASTS_NAME}.")
|
||||
|
||||
if stage_as_string(stage_coastline) in options["skip"]:
|
||||
worlds_names = [x for x in options["countries"] if x in WORLDS_NAMES]
|
||||
if worlds_names:
|
||||
|
|
Loading…
Add table
Reference in a new issue