From 4a68689164aae81d72d20552944ed7f35eb90eb6 Mon Sep 17 00:00:00 2001 From: Maksim Andrianov Date: Tue, 7 Apr 2020 14:40:43 +0300 Subject: [PATCH] [generator][python] Fixed StageIsolinesInfo. --- tools/python/maps_generator/generator/stages_declaration.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/python/maps_generator/generator/stages_declaration.py b/tools/python/maps_generator/generator/stages_declaration.py index 74db4960ba..47128fa15b 100644 --- a/tools/python/maps_generator/generator/stages_declaration.py +++ b/tools/python/maps_generator/generator/stages_declaration.py @@ -182,6 +182,7 @@ class StageMwm(Stage): StageUgc(country=country)(env) StagePopularity(country=country)(env) StageSrtm(country=country)(env) + StageIsolinesInfo(country=country)(env) StageDescriptions(country=country)(env) StageRouting(country=country)(env) StageRoutingTransit(country=country)(env)