-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
Dataverse: v. 6.3 build v6.3+10797_dls
easyDataverse: f4518a0
Python: 3.12.3
The function list_files() returns None for me:
dataverse = Dataverse(
server_url="https://heidata.uni-heidelberg.de/"
)
dataset = dataverse.load_dataset(
pid=pid,
download_files=False
)
files = dataset.list_files()Tested with pid values "doi:10.11588/data/JRWPFV", "doi:10.11588/data/DVU14P" and others of our instance.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Type
Projects
Status
In Progress