pyDataverse icon indicating copy to clipboard operation
pyDataverse copied to clipboard

edit_dataset_metadata replace bug

Open arielg96 opened this issue 2 years ago • 1 comments

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}

arielg96 avatar Mar 03 '23 21:03 arielg96

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

  • #146

pdurbin avatar Mar 04 '23 00:03 pdurbin