Skip to content

Commit

Permalink
Log hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Nov 29, 2024
1 parent d92cc60 commit d7eef6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aiida_test_cache/mock_code/_hasher.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def __call__(self, cwd: Path) -> str:
md5sum.update(path.name.encode())
md5sum.update(file_content_bytes)
used_paths.append(str(path))
self.log(f"{path}={md5sum.hexdigest()}")

self.log(f"Hashed paths: {used_paths}")

Expand Down

0 comments on commit d7eef6e

Please sign in to comment.