SynBioDex / pySBOL3

Native python implementation of SBOL 3.0 specification
MIT License
37 stars 16 forks source link

Add check for uninitialized identity #358

Closed tcmitchell closed 3 years ago

tcmitchell commented 3 years ago

When an object is passed to a referenced object property and its identity has not yet been initialized then raise an error with a helpful error message.

Closes #357