better wording
This commit is contained in:
@@ -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"))
|
||||||
|
|||||||
Reference in New Issue
Block a user