BrickSchema / py-brickschema

Python package for working with Brick (brickschema.org/)
Other
55 stars 15 forks source link

PersistentGraph/VersionedGraph hard-code parameters for create and identifier #100

Open curtosis opened 1 year ago

curtosis commented 1 year ago

In persistent.py PersistentGraph and VersionedGraph hard-code parameters that were previously usable:

This makes it impossible to connect to existing repositories created with a different identifier, or to recognize that a repository expected to exist does not.