[generator] Added log info for each stage of MwmStages #3380
1 changed files with 1 additions and 0 deletions
|
@ -203,6 +203,7 @@ class StageMwm(Stage):
|
|||
]
|
||||
|
||||
for stage in world_stages.get(country, mwm_stages):
|
||||
logger.info('Mwm stage {}: start...'.format(stage.__name__))
|
||||
stage(country=country)(env)
|
||||
|
||||
env.finish_mwm(country)
|
||||
|
|
Reference in a new issue