Skip to content

Can't import local archives with uppercase filenames via the DatasetManager #149

@lokkju

Description

@lokkju

The DatasetManager class create() function currently lowercases the archive path before attempting to load it, causing it to fail on case sensitive filesystems:

archive = archive.lower() if hasattr(archive, "lower") else archive

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions