We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bc34f0 commit d3ba3b7Copy full SHA for d3ba3b7
excelutils/excel_sbol_utils/library3.py
@@ -173,6 +173,7 @@ def dataSource(rowobj):
173
else:
174
ns = datasource_dict[pref]['Namespace']
175
if len(ns) > 0:
176
+ print(rowobj.obj.display_id, ns, rowobj.doc_pref_terms)
177
rowobj.doc.change_object_namespace([rowobj.obj], ns)
178
179
def sequence(rowobj):
0 commit comments