code cleanup
This commit is contained in:
@ -120,6 +120,7 @@ def get_author_isni_data(isni):
|
||||
|
||||
return author
|
||||
|
||||
|
||||
def build_author_dict(match_value):
|
||||
|
||||
# if it is an isni value get the data
|
||||
@ -127,4 +128,4 @@ def build_author_dict(match_value):
|
||||
isni = match_value.replace("isni_match_", "")
|
||||
return get_author_isni_data(isni)
|
||||
# otherwise it's a name string
|
||||
return {"name": match_value}
|
||||
return {"name": match_value}
|
||||
|
Reference in New Issue
Block a user