We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ce6abd commit 0f3a2caCopy full SHA for 0f3a2ca
codemeticulous/extract.py
@@ -142,6 +142,7 @@ def affiliations(self) -> Optional[list[tuple[str, Optional[str]]]]:
142
affiliation_list.append((affiliation.name, identifier))
143
elif isinstance(affiliation, str):
144
affiliation_list.append((affiliation, None))
145
+ return affiliation_list or None
146
147
@property
148
def orcid(self) -> Optional[str]:
0 commit comments