[core] improvement: waiting for the core config generation task to complete

This commit is contained in:
Vinicius Moreira
2022-05-25 12:29:10 -03:00
parent 1ded68d1d5
commit 9c4d3872bd

View File

@@ -432,6 +432,7 @@ class GenericSoftwareManager(SoftwareManager, SettingsController):
for t in prepare_tasks: for t in prepare_tasks:
t.join() t.join()
create_config.join()
tf = time.time() tf = time.time()
self.logger.info(f'Finished ({tf - ti:.2f} seconds)') self.logger.info(f'Finished ({tf - ti:.2f} seconds)')