You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running a module with an import of ingest:pack:tar:. defined, in order to import the current directory, an error is thrown. Note that it works with a subdirectory, eg ingest:pack:tar:./foo.
I think this happens if you've got the .timeless dir underneath that . path that you're ingesting. This causes some madness, because rio is packing your filesystem into a tar file under .timeless/warehouse/[...]... so it tries to pack itself into itself as it's going.
So, that's not going to work. By using a ./deeper/path you'll avoid this issue, or moving your .timeless dir to a path above your module that's doing this.
When running a module with an import of
ingest:pack:tar:.
defined, in order to import the current directory, an error is thrown. Note that it works with a subdirectory, egingest:pack:tar:./foo
.Example module file:
Error:
The text was updated successfully, but these errors were encountered: