SynBioDex / pySBOL

SWIG-Python wrappers implementing SBOL 2.2
Apache License 2.0
25 stars 8 forks source link

error when printing obj in example documentation #91

Open jurquiza opened 5 years ago

jurquiza commented 5 years ago

when running

for obj in doc: print(obj)

StopIterationTraceback (most recent call last)

in () 1 for obj in doc: ----> 2 print(obj) StopIteration: