Skip to content

Dataset.list_files() returns None (?) #34

@kbrueckmann

Description

@kbrueckmann

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 workinggood first issueGood for newcomers

Type

Projects

Status

In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions