gdcc / pyDataverse

Python module for Dataverse Software (dataverse.org).
http://pydataverse.readthedocs.io/
MIT License
63 stars 41 forks source link

edit_dataset_metadata replace bug #156

Open arielg96 opened 1 year ago

arielg96 commented 1 year ago

Even though I set "replace" = True. I get:

You may not add data to a field that already has data and does not allow multiples. Use is_replace=true to replace existing data.

I even printed out the params with the result:{'replace': True}

pdurbin commented 1 year ago

Hmm, I wonder if this would be fixed by this PR: