You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before saving the file, getmyancestor throws the following exception:
Traceback (most recent call last):
File "getmyancestors.py", line 943, in <module>
tree.print(args.o)
File "getmyancestors.py", line 827, in print
self.indi[fid].print(file)
File "getmyancestors.py", line 600, in print
file.write('1 OCCU ' + o.value + '\n')
TypeError: must be str, not NoneType
May have been caused by a 204 return code from FamilyTree.
The text was updated successfully, but these errors were encountered:
Before saving the file, getmyancestor throws the following exception:
May have been caused by a 204 return code from FamilyTree.
The text was updated successfully, but these errors were encountered: