You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the documentation I understand the following:
Some services like Zenodo don't offer an option to preserve folder structures. Therefore, the content is often zipped before being uploaded to the service. In this case, Datahugger will unzip the file to the output folder by default.
From the documentation I understand the following:
Some services like Zenodo don't offer an option to preserve folder structures. Therefore, the content is often zipped before being uploaded to the service. In this case, Datahugger will unzip the file to the output folder by default.
Disable auto unzip function
datahugger.get("10.5061/dryad.x3ffbg7m8", "data", auto_unzip=False)
The auto_unzip parameter is no longer in the code. I do see that the unzip parameter can be set, but is is not used to skip the unzip process.
So:
datahugger.get("10.5061/dryad.x3ffbg7m8", "data", auto_unzip=False)
also does not skip the unzip process.
We would need to change the code so it takes into account the unzip parameter.
The text was updated successfully, but these errors were encountered: