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
In Rnw Python chunks, exception types are no longer included in the output.
In version 1.28, the example below showed ## ValueError: invalid literal for int() with base 10: 'charstring'
starting with version 1.29 (lots of exception changes), it only shows ## invalid literal for int() with base 10: 'charstring'
without the ValueError: part.
Is this intentional?
Can I get the exception types back? (I use it in slides for teaching Python, so they are really nice to have).
Note: I originally filed the issue in knitr, but it belongs here.