Skip to content

Commit

Permalink
Add scripts for matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
enriquebelarte committed Jan 28, 2025
1 parent 82f4127 commit 01de813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/md5mod.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import hashlib
def createmd5(filetocheck):
filename = "data/" + filetocheck
filename = filetocheck
checksumfile = filetocheck[:-4] + "md5"
md5_hash = hashlib.md5()
with open(filename,"rb") as f:
Expand Down

0 comments on commit 01de813

Please sign in to comment.