Schema paths with only package name won't load #115
Labels
development
Development issues: package deployment, project organization, etc.
enhancement
New feature or request
Schema
Related to the EBML schemata
In
SCHEMA_PATH
, package-relative paths containing only the package name don't work; even thoughidelib.schemata
is a valid, importable submodule,"{idelib.schemata}"
doesn't work. It will work if followed by a slash ("{idelib.schemata}/"
), however. This works, but it would be nice if the package names could be kept 'pure', as opposed to a combination of a module name and a filesystem path.The simplest fix would be to have
core._expandSchemaPath()
include a slash if the path ends with a brace.The text was updated successfully, but these errors were encountered: