From 179faeb23b962bbd4e39827b04fbf968070a2988 Mon Sep 17 00:00:00 2001 From: Niels Thykier Date: Sat, 22 Dec 2018 21:14:33 +0000 Subject: [PATCH] Update some comments to match a renamed method Signed-off-by: Niels Thykier --- britney2/migration.py | 3 ++- britney2/transaction.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/britney2/migration.py b/britney2/migration.py index 72efca1..e660bdf 100644 --- a/britney2/migration.py +++ b/britney2/migration.py @@ -86,7 +86,8 @@ class MigrationManager(object): InstallabilityTester. - Unlike doop_source, this will not modify any data structure. + Unlike migrate_item_to_target_suite, this will not modify + any data structure. """ # local copies for better performances source_name = item.package diff --git a/britney2/transaction.py b/britney2/transaction.py index a5d7efc..9821756 100644 --- a/britney2/transaction.py +++ b/britney2/transaction.py @@ -28,7 +28,7 @@ class MigrationTransactionState(object): @property def undo_items(self): - """Only needed by a doop_source for the "hint"-hint case""" + """Only needed by a _apply_item_to_target_suite for the "hint"-hint case""" yield from self._undo_items def commit(self):