fix(bundle): allow zero-byte objects in verify — empty files are valid
sha256:e3b0c... is the SHA256 of an empty file. The guard 'if not obj_id or not raw' incorrectly rejected it because b'' is falsy. This caused every snapshot referencing tests/__init__.py to fail verify. Fixed in both _verify_bundle_integrity() and run_verify() to only reject missing object_id, not empty content.
sha256:236b65209fa6a37c222805eab834fb854961f81e292a871e1e7e0cf559169be2
sha
sha256:cb92845d55429bb2bdac912ae7249c567bf5ab392c968d31eadc4e02c588439c
snapshot
0 comments
To add a comment, use the Muse CLI:
muse hub commit comment sha256:236b65209fa6a37c222805eab834fb854961f81e292a871e1e7e0cf559169be2 --body "your comment"
No comments yet. Be the first to start the discussion.