Skip to content

Commit

Permalink
loop on spouses
Browse files Browse the repository at this point in the history
try to debug spouses handling
  • Loading branch information
romjerome authored Apr 19, 2023
1 parent 7cdf077 commit 44a8567
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion GeneanetForGramps.py
Original file line number Diff line number Diff line change
Expand Up @@ -1361,7 +1361,8 @@ def random_headers():
if len(spouses) == s + 1:
self.spouseref.append(ROOTURL+sref[s])
else:
pass
s = s + 1
continue
try:
marriage.append(str(spouse.xpath('em/text()')[s]))
except:
Expand Down

0 comments on commit 44a8567

Please sign in to comment.