-
Help
DescriptionHello, I try to load a target from multiple store (stores are located in the stores folder). This works :
and this doesn't
Is it a problem with the with_ function? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hard to say what might be wrong, but you might want to use |
Beta Was this translation helpful? Give feedback.
Hard to say what might be wrong, but you might want to use
tar_read_raw()
here instead oftar_read()
because the former avoids non-standard evaluation. Also, I recommend passing the data store path to thestore
oftar_read_raw()
.