Skip to content

Commit

Permalink
Update repos/system_upgrade/common/actors/reportleftoverpackages/repo…
Browse files Browse the repository at this point in the history
…rtleftoverpackages/libraries/reportleftoverpackages.py
  • Loading branch information
pirat89 committed Aug 16, 2024
1 parent 9e8ac26 commit 6861231
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def process():

if leftover_packages and leftover_packages.items:
summary = (
'Following RHEL packages have not been upgraded:{sep}{list}'
'Following RHEL packages have not been upgraded:{sep}{list}\n'
'Please remove these packages to keep your system in supported state.'
.format(
sep=FMT_LIST_SEPARATOR,
Expand Down

0 comments on commit 6861231

Please sign in to comment.