SynBioDex / pySBOL2

A pure Python implementation of the SBOL standard.
Apache License 2.0
21 stars 7 forks source link

Typo in default repeat value of VariableComponent class constructor #386

Closed ImperialiGEM2020 closed 4 years ago

ImperialiGEM2020 commented 4 years ago

In the constructor of the Variable Component class, I believe the default value of repeat should be repeat='http://sbols.org/v2#one instead of repeat='http://sbols.org/v2#on'.

tcmitchell commented 4 years ago

Thanks for the additional report. This is covered by #387 which will be merged soon.