diff options
Diffstat (limited to 'libbe')
-rw-r--r-- | libbe/diff.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbe/diff.py b/libbe/diff.py index 5632267..94a2dc3 100644 --- a/libbe/diff.py +++ b/libbe/diff.py @@ -397,7 +397,7 @@ class Diff (object): for id in mod_ids: for a_id in self.new_bugdir.storage.ancestors(id): if a_id.count('/') == 0: - if a_id in [b.id.storage() for b in modified]: + if a_id in [b[0].id.storage() for b in modified]: break try: new_bug = self.new_bugdir.bug_from_uuid(a_id) |