shell knowledge commands

This commit is contained in:
tsukasa
2023-09-21 18:32:17 +08:00
parent edbd1c41da
commit a0a45b8998
11 changed files with 409 additions and 74 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ class ChunkListWriter:
)
file_hash = HashValue(hash_obj.digest())
print(f"calc file hash: {file_path}, {file_hash}")
# print(f"calc file hash: {file_path}, {file_hash}")
return ChunkList(chunk_list, file_hash)