Skip to content

Commit

Permalink
Update library3.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JMante1 authored Oct 11, 2022
1 parent 4bc34f0 commit d3ba3b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions excelutils/excel_sbol_utils/library3.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit d3ba3b7

Please sign in to comment.