mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 12:04:15 +02:00
[settings] property to disable pre-dependency checking
This commit is contained in:
@@ -173,7 +173,7 @@ class UpdateSelectedApps(AsyncAction):
|
||||
|
||||
models = [view.model for view in self.pkgs]
|
||||
|
||||
if not self._handle_update_requirements(models):
|
||||
if bool(app_config['updates']['pre_dependency_checking']) and not self._handle_update_requirements(models):
|
||||
return
|
||||
|
||||
proceed, sorted_pkgs = self._sort_packages(models, app_config)
|
||||
|
||||
Reference in New Issue
Block a user