Skip to content

Commit 4bc34f0

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

excelutils/excel_sbol_utils/library3.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,13 +169,12 @@ def dataSource(rowobj):
169169

170170
if literal == 'FALSE':
171171
rowobj.obj.wasDerivedFrom = val
172+
173+
else:
172174
ns = datasource_dict[pref]['Namespace']
173175
if len(ns) > 0:
174176
rowobj.doc.change_object_namespace([rowobj.obj], ns)
175177

176-
else:
177-
logging.warning('Literal data sources are not yet supported.')
178-
179178
def sequence(rowobj):
180179
for col in rowobj.col_cell_dict.keys():
181180
val = rowobj.col_cell_dict[col]

0 commit comments

Comments
 (0)