Skip to content

Commit

Permalink
datastreams: add ror-http to funders and affiliations
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorrell committed Dec 19, 2024
1 parent 2ed6ce9 commit 0189c04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions invenio_vocabularies/contrib/affiliations/datastreams.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ def apply(self, stream_entry, **kwargs):

DATASTREAM_CONFIG = {
"readers": [
{"type": "ror-http"},
{
"type": "zip",
"args": {
Expand Down
1 change: 1 addition & 0 deletions invenio_vocabularies/contrib/funders/datastreams.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def __init__(

DATASTREAM_CONFIG = {
"readers": [
{"type": "ror-http"},
{
"type": "zip",
"args": {
Expand Down

0 comments on commit 0189c04

Please sign in to comment.