mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-24 17:01:31 +00:00
Remove dead assignment
Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
c7dbd95c0b
commit
57ded55674
@ -334,7 +334,6 @@ class MigrationManager(object):
|
|||||||
def migrate_item_to_target_suite(self, actions, nuninst_now, stop_on_first_regression=True):
|
def migrate_item_to_target_suite(self, actions, nuninst_now, stop_on_first_regression=True):
|
||||||
is_accepted = True
|
is_accepted = True
|
||||||
affected_architectures = set()
|
affected_architectures = set()
|
||||||
item = actions
|
|
||||||
target_suite = self.suite_info.target_suite
|
target_suite = self.suite_info.target_suite
|
||||||
packages_t = target_suite.binaries
|
packages_t = target_suite.binaries
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user