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
The folder "jl_tG4P2M" is created instead of fig.
Also if I rerun the command to weave I get a new random folder.
This is a problem when I am running weave in a loop to update my html file as I create a lot of folders.
yeah, it seems like a bug. Well, those temporary folders will be cleaned up after you exited a running session, but we should respect given fig_path I think.
Using fig_path when weaving to md2html does not work
Example:
test.jmd
REPL
Output of readdir:
The folder "jl_tG4P2M" is created instead of fig.
Also if I rerun the command to weave I get a new random folder.
This is a problem when I am running weave in a loop to update my html file as I create a lot of folders.
I think the reason can be found here
Weave.jl/src/run.jl
Lines 50 to 54 in 1e9ba19
As far as I understand it the fig_path parameter is overwritten without giving an warning or an option to avoid it.
Would it be possible to use the same folder or clear it after the run?
The text was updated successfully, but these errors were encountered: