Skip to content

Fix missing return statement in checksum_data function

6d8ad5f
Select commit
Loading
Failed to load commit list.
Open

This PR fixes a logical error in data checksum validation. Without this fix, the function returns None instead of True when no checksum is provided, which could cause silent failures in data integrity checks. #16

Fix missing return statement in checksum_data function
6d8ad5f
Select commit
Loading
Failed to load commit list.

Workflow runs completed with no jobs