-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Several unit tests failed with the following stack trace during the overnight builds. Why these unit tests went down this path is still a mystery. But they did, which means if a user sets VERBOSE to True they would see the same exception.
Either change these debug prints to handle the booleans, or remove them. And if they're going to get updated, consider changing them to logging statements instead of prints.
Traceback (most recent call last):
File "/home/runner/work/pySBOL2/pySBOL2/test/test_identified.py", line 110, in test_name
cd = d.componentDefinitions['http://examples.org/ComponentDefinition/AmeR/1']
File "/home/runner/work/pySBOL2/pySBOL2/sbol2/property.py", line 641, in __getitem__
return self.get_uri(rdflib.URIRef(id))
File "/home/runner/work/pySBOL2/pySBOL2/sbol2/property.py", line 669, in get_uri
print('SBOL compliant URIs are set to ' +
TypeError: can only concatenate str (not "bool") to str
Metadata
Metadata
Assignees
Labels
No labels