Skip to content

Commit

Permalink
Merge pull request #288 from pazembrz/fix_cds_spider
Browse files Browse the repository at this point in the history
fix CDS spider
  • Loading branch information
pazembrz committed Oct 14, 2020
2 parents a2a4e1b + 9236150 commit 52db938
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hepcrawl/spiders/cds_spider.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,5 +138,6 @@ def _parsed_item_from_marcxml(
record_format='hep',
exception=repr(e),
traceback=tb,
source_data=marcxml_record
source_data=marcxml_record,
file_name=None
)

0 comments on commit 52db938

Please sign in to comment.