Skip to content

Commit 76aa70e

Browse files
committed
hatch_build.py updated
1 parent e399a6c commit 76aa70e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

hatch_build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ def run(self, workdir, *cmd_args):
1717

1818
def check_sha256(self, file_path, checksum_file):
1919
"""Check file checksum from sha256 checksum file"""
20+
print(f"Loading checksum file: {checksum_file}")
2021
# Read the expected checksum from the checksum file
2122
with open(checksum_file, "r") as f:
2223
checksum_line = f.read().strip()

0 commit comments

Comments
 (0)