trying to debug on CI by abusing warnings lol

This commit is contained in:
sneakers-the-rat 2023-10-11 21:57:39 -07:00
parent 3164f92387
commit f54f5a8153

View file

@ -395,7 +395,7 @@ class LinkMLProvider(Provider):
warnings.warn('WITHIN SCHEMA PROVIDER BUILD')
warnings.warn(pformat(namespace_sch))
warnings.warn('-------')
warnings.warn(pformat(built))
warnings.warn(pformat(built.schemas))
for ns_linkml in namespace_sch:
version = ns_adapter.versions[ns_linkml.name]
version_path = self.namespace_path(ns_linkml.name, version, allow_repo=False)