This commit is contained in:
Hugh Rundle 2023-01-26 16:56:11 +11:00
parent 1fe6892d0a
commit c86fdfbd40

View file

@ -86,7 +86,7 @@ def find_authors_by_name(name_string, description=False):
possible_authors = []
for element in root.iter("responseRecord"):
# TODO: we don't seem to do anything with the
# TODO: we don't seem to do anything with the
# personal_name variable - is this code block needed?
personal_name = element.find(".//forename/..")
if not personal_name: