PumasAI / QuartoNotebookRunner.jl

MIT License
63 stars 10 forks source link

Expanded cell with error swallows useful info #112

Closed jkrumbiegel closed 6 months ago

jkrumbiegel commented 6 months ago

When a cell with expand: true has an error, we try to call iterate on that error which hides what's actually going on:

MethodError: no method matching iterate(::UndefVarError)
MichaelHatherly commented 6 months ago

You fixed this in https://github.com/PumasAI/QuartoNotebookRunner.jl/pull/119 @jkrumbiegel, right?