[core] feature: new configuration file to disable packaging formats management globally

This commit is contained in:
Vinicius Moreira
2021-12-10 12:18:33 -03:00
parent 622af028cd
commit cd391fe3dd
5 changed files with 55 additions and 14 deletions

View File

@@ -45,7 +45,8 @@ def new_manage_panel(app_args: Namespace, app_config: dict, logger: logging.Logg
internet_checker=InternetChecker(offline=app_args.offline),
root_user=user.is_root())
managers = gems.load_managers(context=context, locale=i18n.current_key, config=app_config, default_locale=DEFAULT_I18N_KEY)
managers = gems.load_managers(context=context, locale=i18n.current_key, config=app_config,
default_locale=DEFAULT_I18N_KEY, logger=logger)
if app_args.reset:
util.clean_app_files(managers)