wmlscope: clearer message when checking for duplicated files
For now, I'm keeping the MD5 hashes in the message.
This commit is contained in:
parent
bb51399d26
commit
032609e782
1 changed files with 1 additions and 1 deletions
|
@ -459,7 +459,7 @@ Usage: wmlscope [options] dirpath
|
|||
hashes[hash_]=[filename]
|
||||
for (hash_, files) in hashes.items(): # items in Py3 is equivalent to iteritems in Py2
|
||||
if len(files) > 1:
|
||||
print("%%\nCollisions between the following files with MD5 hash", hash_)
|
||||
print("%%\nPossible duplicated files with MD5 hash", hash_)
|
||||
for fn in files:
|
||||
print("->", fn)
|
||||
xref.duplicates(exportonly=False)
|
||||
|
|
Loading…
Add table
Reference in a new issue