Commit 2b6844a2 authored by Administrator's avatar Administrator

debugging suite au merge

parent d9697988
......@@ -29,8 +29,6 @@ class PubmedFileParser(FileParser):
}
contents = xml_article.find('MedlineCitation/Article/Abstract/AbstractText').text
# create the document in the database
yield self.create_document(
parentNode = parentNode,
document = self.create_document(
parentNode = parentNode,
title = metadata["title"],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment