diff --git a/bauh/view/core/controller.py b/bauh/view/core/controller.py index 3e2733ed..6a910506 100755 --- a/bauh/view/core/controller.py +++ b/bauh/view/core/controller.py @@ -432,6 +432,7 @@ class GenericSoftwareManager(SoftwareManager, SettingsController): for t in prepare_tasks: t.join() + create_config.join() tf = time.time() self.logger.info(f'Finished ({tf - ti:.2f} seconds)')