diff --git a/image_list.py b/image_list.py index 607ea23..22e7474 100755 --- a/image_list.py +++ b/image_list.py @@ -490,7 +490,7 @@ def find_fingerprint_nearest(opts): print("No measurements found") sys.exit(1) if this[1]==thr: - print("No similar images for "+cmp+", up to threshold "+str(thr), file=sys.stderr) + print("No similarities < "+str(thr)+": "+cmp, file=sys.stderr) return file_len=str(max(len(cmp), len(this[0]))) print( ('{: <'+file_len+'} {: ^4} {: ^4} {: ^4} {: ^4} {: ^5}x{: ^5}').format("File","SD","CD","RD","Shp","W","H"))