Wording fix for LR read more than one row error
This commit is contained in:
@@ -655,7 +655,7 @@ for xmp_file in work_files:
|
|||||||
lrdb_row = cur.fetchone()
|
lrdb_row = cur.fetchone()
|
||||||
# abort the read because we found more than one row
|
# abort the read because we found more than one row
|
||||||
if cur.fetchone() is not None:
|
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
|
lightroom_data_ok = False
|
||||||
count['many_found'] += 1
|
count['many_found'] += 1
|
||||||
# Notify if we couldn't find one
|
# Notify if we couldn't find one
|
||||||
|
|||||||
Reference in New Issue
Block a user