Unused variable deletion (#42)
This commit is contained in:
parent
67e7b8c904
commit
6168723f5b
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user