From 5826307b63ba750e3802d19ef06698da468b2fc8 Mon Sep 17 00:00:00 2001 From: Nick Hall Date: Mon, 28 Nov 2016 22:16:49 +0000 Subject: [PATCH] Remove trailing whitespace --- gramps/plugins/db/dbapi/dbapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/plugins/db/dbapi/dbapi.py b/gramps/plugins/db/dbapi/dbapi.py index a3f89c437..7e4ddd545 100644 --- a/gramps/plugins/db/dbapi/dbapi.py +++ b/gramps/plugins/db/dbapi/dbapi.py @@ -949,7 +949,7 @@ class DBAPI(DbGeneric): # Find existing references sql = ("SELECT ref_class, ref_handle " + "FROM reference WHERE obj_handle = ?") - self.dbapi.execute(sql, [obj.handle]) + self.dbapi.execute(sql, [obj.handle]) existing_references = set(self.dbapi.fetchall()) # Once we have the list of rows that already have a reference