mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-04-27 19:11:09 +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,7 +2057,7 @@ class Britney(object):
|
|||||||
|
|
||||||
if init:
|
if init:
|
||||||
# init => a hint (e.g. "easy") - so do the hint run
|
# init => a hint (e.g. "easy") - so do the hint run
|
||||||
(_, nuninst_end, undo_list,) = self.try_migration(selected,
|
(_, nuninst_end, _) = self.try_migration(selected,
|
||||||
self.nuninst_orig,
|
self.nuninst_orig,
|
||||||
transaction,
|
transaction,
|
||||||
stop_on_first_regression=False)
|
stop_on_first_regression=False)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user