From: BenoƮt Fontaine Date: Thu, 26 Oct 2017 11:24:09 +0000 (+0200) Subject: fix bug notes X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=2bf874382f4cc4aa2b3cf1c081b5b61badd0cd4e;p=gamesguru%2Fgetmyancestors.git fix bug notes --- diff --git a/getmyancestors.py b/getmyancestors.py index 3256b54..04fcc6e 100755 --- a/getmyancestors.py +++ b/getmyancestors.py @@ -538,7 +538,8 @@ class Indi: temp.add(contributors['name']) if temp: text = 'Contributeurs :\n' + '\n'.join(sorted(temp)) - for n in self.tree.notes: + notes = self.tree.notes + for n in notes: if n.text == text: self.notes.add(n) return