aspizu / goboscript

goboscript is the Scratch compiler
https://aspizu.github.io/goboscript
MIT License
76 stars 14 forks source link

`use` fails on IsADirectoryError sometimes #14

Closed Poly2it closed 7 months ago

Poly2it commented 1 year ago

When using a file nested in X number of directories, the transpiler sometimes fails with an error message going something like IsADirectoryError: [Errno 21] Is a directory: 'directory1/directory2/directory3'. I have not been able to pinpoint the issue any further.