From c99962ad0d1b5c545656619bc43f57d62b24e026 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Thu, 1 Mar 2018 11:50:31 +0900 Subject: [PATCH] Wording fix for LR read more than one row error --- bin/reverse_geolocate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/reverse_geolocate.py b/bin/reverse_geolocate.py index 95ed4bd..92d3645 100755 --- a/bin/reverse_geolocate.py +++ b/bin/reverse_geolocate.py @@ -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