From 7531f803e5e62feebf2826f5e58ff8e040239d9f Mon Sep 17 00:00:00 2001 From: Aaron Kanzer Date: Wed, 14 Feb 2024 11:46:52 -0500 Subject: [PATCH] Trivial change to update LINC release from dandi-0.59-1 --- lincbrain/files/zarr.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lincbrain/files/zarr.py b/lincbrain/files/zarr.py index 3f45b43a3..ad774888b 100644 --- a/lincbrain/files/zarr.py +++ b/lincbrain/files/zarr.py @@ -657,6 +657,7 @@ def upload_request(self) -> dict[str, str]: return {"path": self.entry_path, "base64md5": self.base64_digest} + def _cmp_digests( asset_path: str, local_entry: LocalZarrEntry, remote_digest: str ) -> tuple[LocalZarrEntry, str, bool]: