-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
ipython_directive should raise Exceptions to the user when building docs #568
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Making this a priority for 0.7, cc @adamklein |
Taking a look |
IPython captures all the exceptions so you'll have to look at the output and raise an exception if it has a traceback. Should add an option (like |
Maybe even better, set call_pdb=True by default, and switch it off with On Mon, Jan 16, 2012 at 9:38 AM, Wes McKinney <
|
which of course doesn't work b/c i/o is being redirected. darn. On Mon, Jan 16, 2012 at 10:12 AM, Adam Klein [email protected] wrote:
|
fix the pickle store read corruption after calling write_metadata()
No description provided.
The text was updated successfully, but these errors were encountered: