Browse Source

fix bug that ran the post processor twice for nb

pull/5/head
Fredrik Ekre 8 years ago
parent
commit
4681284e51
  1. 4
      src/Examples.jl

4
src/Examples.jl

@ -335,8 +335,8 @@ function notebook(inputfile, outputdir; preprocess = identity, postprocess = ide
end end
# custom post-processing from user # # custom post-processing from user
content = postprocess(content) # content = postprocess(content)
# create the notebook # create the notebook
nb = Dict() nb = Dict()

Loading…
Cancel
Save