Skip to content

Commit

Permalink
conflicts resolved.
Browse files Browse the repository at this point in the history
  • Loading branch information
Majid authored and Majid committed Dec 7, 2017
1 parent 9ec7620 commit 81fa394
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion etk/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,6 @@ def process(self, doc, create_knowledge_graph=True, html_description=False):
print 'LOG: {},{},{},{}'.format(doc_id, 'TOTAL', 'TOTAL', time_taken_process)
self.log('Document: {} took {} seconds'.format(doc[_DOCUMENT_ID], str(time_taken_process)), _INFO,
doc_id=doc[_DOCUMENT_ID], url=doc[_URL] if _URL in doc else None, extra=extra)
print 'Correct etk!'
return doc

def convert_json_content(self, doc, json_content_extractor):
Expand Down

0 comments on commit 81fa394

Please sign in to comment.