Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Xennis committed May 4, 2016
1 parent b7e8e98 commit 4ed9030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scholarly_citation_finder/apps/parser/ScfjsonSerializer.py
Expand Up @@ -73,7 +73,7 @@ def serialze(self, publication, citations=None, isi_fieldofstudy=False):

if citations:
for citation in citations:
result['citations'].append(self.__serialze(citation.publication))
result['citations'].append(self.serialze(citation.publication))

return result

Expand Down

0 comments on commit 4ed9030

Please sign in to comment.