From d3ba3b754c742560af001d07076c3c0ff6110232 Mon Sep 17 00:00:00 2001 From: JMante1 <40006518+JMante1@users.noreply.github.com> Date: Tue, 11 Oct 2022 12:21:48 -0600 Subject: [PATCH] Update library3.py --- excelutils/excel_sbol_utils/library3.py | 1 + 1 file changed, 1 insertion(+) diff --git a/excelutils/excel_sbol_utils/library3.py b/excelutils/excel_sbol_utils/library3.py index 1353377..8024f91 100644 --- a/excelutils/excel_sbol_utils/library3.py +++ b/excelutils/excel_sbol_utils/library3.py @@ -173,6 +173,7 @@ def dataSource(rowobj): else: ns = datasource_dict[pref]['Namespace'] if len(ns) > 0: + print(rowobj.obj.display_id, ns, rowobj.doc_pref_terms) rowobj.doc.change_object_namespace([rowobj.obj], ns) def sequence(rowobj):