Skip to content

Commit

Permalink
Pylint: fix superfluous-parens in the code
Browse files Browse the repository at this point in the history
  • Loading branch information
pirat89 committed Jan 4, 2024
1 parent 0981d9f commit 0776bc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def process():
title = 'Multiple debug kernels installed'
summary = ('DNF cannot produce a valid upgrade transaction when'
' multiple kernel-debug packages are installed.')
hint = ('Remove all but one kernel-debug packages before running Leapp again.')
hint = 'Remove all but one kernel-debug packages before running Leapp again.'
all_but_latest_kernel_debug = pkgs[:-1]
packages = ['{n}-{v}-{r}'.format(n=pkg.name, v=pkg.version, r=pkg.release)
for pkg in all_but_latest_kernel_debug]
Expand Down

0 comments on commit 0776bc3

Please sign in to comment.