better wording

This commit is contained in:
ville rantanen
2014-05-28 14:07:47 +03:00
parent 8629d492f3
commit 1e52903c83

View File

@@ -490,7 +490,7 @@ def find_fingerprint_nearest(opts):
print("No measurements found") print("No measurements found")
sys.exit(1) sys.exit(1)
if this[1]==thr: 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 return
file_len=str(max(len(cmp), len(this[0]))) 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")) print( ('{: <'+file_len+'} {: ^4} {: ^4} {: ^4} {: ^4} {: ^5}x{: ^5}').format("File","SD","CD","RD","Shp","W","H"))