Skip to content

Commit

Permalink
TR13204/Infrastructure/python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
leemdi committed Apr 10, 2020
1 parent 21697e4 commit 46470f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PubMedAgent.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,8 +403,8 @@ def getReferenceInfo(self, pubMedID):
else:
pubMedRef.setPublicationType(value)

pubMedRef.setAbstract(''.join(abList))
pubMedRef.setAbstract(' '.join(abList))
pubMedRef.setAuthors('; '.join(auList))
pubMedRef.setTitle(''.join(tiList))
pubMedRef.setTitle(' '.join(tiList))

return pubMedRef

0 comments on commit 46470f3

Please sign in to comment.