From 82ff8010e2d8b51f69a58de955586688845898a9 Mon Sep 17 00:00:00 2001 From: Niels Thykier Date: Mon, 17 Dec 2018 22:18:45 +0000 Subject: [PATCH] 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 --- britney.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/britney.py b/britney.py index 72fc60d..fe9a9a8 100755 --- a/britney.py +++ b/britney.py @@ -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