From 83fd08b55a76823c13f8c065af366af9beb23d4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Stod=C5=AFlka?= Date: Thu, 18 Jan 2024 18:07:56 +0100 Subject: [PATCH] Update repos/system_upgrade/common/actors/repositoriesmapping/libraries/repositoriesmapping.py Co-authored-by: Toshio Kuratomi --- .../repositoriesmapping/libraries/repositoriesmapping.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repos/system_upgrade/common/actors/repositoriesmapping/libraries/repositoriesmapping.py b/repos/system_upgrade/common/actors/repositoriesmapping/libraries/repositoriesmapping.py index 15f4d2187f..8045634e86 100644 --- a/repos/system_upgrade/common/actors/repositoriesmapping/libraries/repositoriesmapping.py +++ b/repos/system_upgrade/common/actors/repositoriesmapping/libraries/repositoriesmapping.py @@ -136,8 +136,8 @@ def _inhibit_upgrade(msg): 'All official data files are nowadays part of the installed rpms.' ' This issue is usually encountered when the data files are incorrectly customized, replaced, or removed' ' (e.g. by custom scripts).' - ' In case you want to recover the original {lp} file, remove the current one (if still exists)' - ' and reinstall following packages: {rpms}.' + ' In case you want to recover the original {lp} file, remove the current one (if it still exists)' + ' and reinstall the following packages: {rpms}.' .format( lp=local_path, rpms=', '.join(get_leapp_packages(component=LeappComponents.REPOSITORY))