Skip to content

Commit d3ba3b7

Browse files
authored
Update library3.py
1 parent 4bc34f0 commit d3ba3b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

excelutils/excel_sbol_utils/library3.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ def dataSource(rowobj):
173173
else:
174174
ns = datasource_dict[pref]['Namespace']
175175
if len(ns) > 0:
176+
print(rowobj.obj.display_id, ns, rowobj.doc_pref_terms)
176177
rowobj.doc.change_object_namespace([rowobj.obj], ns)
177178

178179
def sequence(rowobj):

0 commit comments

Comments
 (0)