Skip to content

Commit

Permalink
Update library2.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JMante1 authored Nov 2, 2022
1 parent f8fb0cf commit ae31550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion excelutils/excel_sbol_utils/library2.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def dataSource(rowobj):
literal = datasource_dict[pref.lower()]['Literal Part']

if literal == 'FALSE':
rowobj.obj.wasDerivedFrom = datasource_dict[pref.lower()]['Replace Example'].replace('{REPLACE_HERE}', val)
rowobj.obj.wasDerivedFrom = datasource_dict[pref.lower()]['Replace Example'].replace('{REPLACE_HERE}', str(val))

else:
#replace_str = datasource_dict[pref]['Replace Example']
Expand Down

0 comments on commit ae31550

Please sign in to comment.