Skip to content

Commit

Permalink
Increase Zarr depth limit to 7 directories
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Apr 25, 2022
1 parent 2c4dcdd commit ae99630
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dandi/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@

#: Regular expression for a valid Dandiset version identifier. This regex is
#: not anchored.
VERSION_REGEX = fr"(?:{PUBLISHED_VERSION_REGEX}|draft)"
VERSION_REGEX = rf"(?:{PUBLISHED_VERSION_REGEX}|draft)"


class EmbargoStatus(Enum):
Expand Down Expand Up @@ -152,7 +152,7 @@ class DandiInstance(NamedTuple):
VIDEO_FILE_MODULES = ["processing", "acquisition"]

#: Maximum allowed depth of a Zarr directory tree
MAX_ZARR_DEPTH = 5
MAX_ZARR_DEPTH = 7

#: MIME type assigned to & used to identify Zarr assets
ZARR_MIME_TYPE = "application/x-zarr"
Expand Down

0 comments on commit ae99630

Please sign in to comment.