Open othompson2 opened 8 months ago
@othompson2 curious why you closed this. Did this get fixed somehow?
Apologies I should've left a comment. I revisited the issue today after working round it and didn't seem to be able to recreate it. However looking at it now its actually because I've switched the direction of the imports and am using modules throughout, so I am no longer using an inline imports
which appears to have resolved the issue.
The following works:
sections = import*("sections/*.pkl")
when the files in that folder have the following:
amends "@sections/example/Example.pkl"
So I do believe its still an issue my bad.
Run into an issue when I chain an
@module
import which in turn contains an import with a glob pattern. If I replace either the@module
or glob pattern with a direct import the problem doesn't occur, so both seem to work independently just not when combined.error:
occurs when:
when
section.pkl
includes: