mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 00:04:15 +02:00
[core] improvement: waiting for the core config generation task to complete
This commit is contained in:
@@ -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)')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user