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 dfe1daa commit 4bc34f0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions excelutils/excel_sbol_utils/library3.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,13 +169,12 @@ def dataSource(rowobj):

if literal == 'FALSE':
rowobj.obj.wasDerivedFrom = val

else:
ns = datasource_dict[pref]['Namespace']
if len(ns) > 0:
rowobj.doc.change_object_namespace([rowobj.obj], ns)

else:
logging.warning('Literal data sources are not yet supported.')

def sequence(rowobj):
for col in rowobj.col_cell_dict.keys():
val = rowobj.col_cell_dict[col]
Expand Down

0 comments on commit 4bc34f0

Please sign in to comment.