mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-24 03:41:12 +00:00
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:
parent
4dc2cf7172
commit
82ff8010e2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user