diff --git a/tools/python/maps_generator/generator/stages.py b/tools/python/maps_generator/generator/stages.py index 46077a261f..351fee53da 100644 --- a/tools/python/maps_generator/generator/stages.py +++ b/tools/python/maps_generator/generator/stages.py @@ -89,6 +89,7 @@ def stage_features(env, **kwargs): **kwargs ) + def run_gen_tool_with_recovery_country(env, *args, **kwargs): if "data_path" not in kwargs or "output" not in kwargs: logger.warning("The call run_gen_tool() will be without recovery.")