mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 21:13:35 +00:00
Enable StageDescriptions.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
a3bb0bed46
commit
68711cae06
@@ -140,7 +140,6 @@ class StageFeatures(Stage):
|
||||
|
||||
|
||||
@outer_stage
|
||||
@production_only
|
||||
@helper_stage_for("StageDescriptions")
|
||||
class StageDownloadDescriptions(Stage):
|
||||
def apply(self, env: Env):
|
||||
@@ -292,7 +291,6 @@ class StageIsolinesInfo(Stage):
|
||||
|
||||
|
||||
@country_stage
|
||||
@production_only
|
||||
class StageDescriptions(Stage):
|
||||
def apply(self, env: Env, country, **kwargs):
|
||||
steps.step_description(env, country, **kwargs)
|
||||
|
||||
Reference in New Issue
Block a user