gdcc / easyDataverse

🪐 - Lightweight Dataverse interface in Python to upload, download and update datasets found in Dataverse installations.
MIT License
16 stars 5 forks source link

Fix tuple bug #30

Closed ffritze closed 1 week ago

ffritze commented 3 months ago

This Pull Request fixes an issue when a returned value is a tuple. If it is a tuple an index is provided [0] to a variable assignment.