CBIIT / bento-meta

Bento Metamodel
8 stars 2 forks source link

Docs build breaking with mergespec() update #15

Closed majensen closed 4 years ago

majensen commented 4 years ago

Discovered that the docs build is breaking. The issue has to do with being able to access the subclass specific (i.e., not the Entity class) attributes separately. Fixing objects.py to account for this.

This will lead to a very slight change in how one declared the attspec (basically, use attspec_, not attspec in the subclass def). The fix will also update the docs to account for this.