mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
OP-3682 - Hound
This commit is contained in:
parent
66b280796e
commit
159052f8f9
1 changed files with 1 additions and 1 deletions
|
|
@ -497,4 +497,4 @@ def sha256sum(filename):
|
|||
with open(filename, 'rb', buffering=0) as f:
|
||||
for n in iter(lambda: f.readinto(mv), 0):
|
||||
h.update(mv[:n])
|
||||
return h.hexdigest()
|
||||
return h.hexdigest()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue