imports
does not respect local directory
#2422
Labels
bug
Something that should work but isn't, with an example and a test case.
community-generated
devops
poetry, setuptools, actions, etc. related changes
When importing from a local file which references another local file, the file path of the local file is not taken into account.
Example:
parts/A.yaml
file:schema.yaml
file:parts/A.yaml
can be imported fine using the relative path, but the file it references,parts/B.yaml
cannot be found as the SV is looking for it in the same directory asschema.yaml
, rather than inparts/
.The text was updated successfully, but these errors were encountered: