Skip to content

Commit 470bee6

Browse files
Update weave_tutorials.jl
1 parent ab4f585 commit 470bee6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

weave_tutorials.jl

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ if isdir(target)
99
elseif isfile(target)
1010
folder = dirname(target)
1111
file = basename(target)
12+
println(folder)
13+
println(file)
1214
println("Weaving $(folder)/$(file)")
1315
SciMLTutorials.weave_file(folder, file)
1416
else

0 commit comments

Comments
 (0)