diff --git a/src/Utils.py b/src/Utils.py index 1e4505cdb..0ab172fa2 100644 --- a/src/Utils.py +++ b/src/Utils.py @@ -908,7 +908,7 @@ def get_referents(handle, db, primary_objects): """ # Use one pass through the reference map to grab all the references - object_list = db.find_backlink_handles(handle) + object_list = list(db.find_backlink_handles(handle)) # Then form the object-specific lists the_lists = ()