Rename unused variable/return value to "_"

This makes it more explicit that we are not using the value for
anything (and its name did not match it content due to a mistake
in 5d49a4120488e5beba0e1946613a1e8873bfefdd).

Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
Niels Thykier 2018-12-17 22:18:45 +00:00
parent 4dc2cf7172
commit 82ff8010e2
No known key found for this signature in database
GPG Key ID: A65B78DBE67C7AAC

View File

@ -2057,10 +2057,10 @@ class Britney(object):
if init:
# init => a hint (e.g. "easy") - so do the hint run
(_, nuninst_end, undo_list,) = self.try_migration(selected,
self.nuninst_orig,
transaction,
stop_on_first_regression=False)
(_, nuninst_end, _) = self.try_migration(selected,
self.nuninst_orig,
transaction,
stop_on_first_regression=False)
if recurse:
# Ensure upgrade_me and selected do not overlap, if we