Unused variable deletion (#42)

This commit is contained in:
p1r473 2020-06-18 14:05:08 -04:00 committed by GitHub
parent 67e7b8c904
commit 6168723f5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -167,8 +167,6 @@ def compute_one(path, chunk_size):
raise # Not expected? https://github.com/ambv/bitrot/issues/
new_mtime = int(st.st_mtime)
try:
new_sha1 = sha1(path, chunk_size)
except (IOError, OSError) as e: