Skip to content

Return warning rather than error when a layer already exists #157

@chourroutm

Description

@chourroutm

level_str = str(int(level))
if level_str in self._group:
msg = f"Level {level_str} already found in zarr group"
raise RuntimeError(msg)

If the directory is writable, I think we could return a warning instead

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions