Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinggood first issueGood for newcomers

Type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions