typo
This commit is contained in:
parent
76d8c4f01a
commit
4e265a68f3
@ -35,7 +35,7 @@ def calchashes():
|
|||||||
filehashes = {}
|
filehashes = {}
|
||||||
for file in files:
|
for file in files:
|
||||||
hash = quickhash(file)
|
hash = quickhash(file)
|
||||||
if hash = None: continue
|
if hash == None: continue
|
||||||
## Inefficient to use a catch on every non-duplicate (most of the files)
|
## Inefficient to use a catch on every non-duplicate (most of the files)
|
||||||
try: filehashes[hash].append(file)
|
try: filehashes[hash].append(file)
|
||||||
except: filehashes[hash] = [file]
|
except: filehashes[hash] = [file]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user