From: BenoƮt Fontaine Date: Wed, 1 Nov 2017 07:37:33 +0000 (+0100) Subject: reverted two last commits X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=e814fad4969bdc11db7b46b7803ff503901bb1fa;p=gamesguru%2Fgetmyancestors.git reverted two last commits --- diff --git a/getmyancestors.py b/getmyancestors.py index 12b20ff..3256b54 100755 --- a/getmyancestors.py +++ b/getmyancestors.py @@ -538,8 +538,7 @@ class Indi: temp.add(contributors['name']) if temp: text = 'Contributeurs :\n' + '\n'.join(sorted(temp)) - notes = self.tree.notes - for n in notes: + for n in self.tree.notes: if n.text == text: self.notes.add(n) return @@ -679,8 +678,7 @@ class Fam: temp.add(contributors['name']) if temp: text = 'Contributeurs :\n' + '\n'.join(sorted(temp)) - notes = self.tree.notes - for n in notes: + for n in self.tree.notes: if n.text == text: self.notes.add(n) return