Wording fix for LR read more than one row error

This commit is contained in:
2018-03-01 11:50:31 +09:00
parent 9ff2ec6c9c
commit c99962ad0d

View File

@@ -655,7 +655,7 @@ for xmp_file in work_files:
lrdb_row = cur.fetchone()
# abort the read because we found more than one row
if cur.fetchone() is not None:
print("(!) Lightroom DB returned one than more row")
print("(!) Lightroom DB returned more than one more row")
lightroom_data_ok = False
count['many_found'] += 1
# Notify if we couldn't find one