Skip to content

Commit

Permalink
fix(core): fix Zenodo dataset import if sameAs is set (#2572)
Browse files Browse the repository at this point in the history
  • Loading branch information
Panaetius committed Jan 19, 2022
1 parent 1d79ce2 commit f704916
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions renku/core/commands/providers/zenodo.py
Expand Up @@ -264,6 +264,7 @@ def fix_data(self, data, **kwargs):

# Delete existing isPartOf
data.pop("isPartOf", None)
data.pop("sameAs", None)

return data

Expand Down

0 comments on commit f704916

Please sign in to comment.