##// END OF EJS Templates
Add an option (`ipython_warning_is_error`) to not stop on error....
Add an option (`ipython_warning_is_error`) to not stop on error. The behavior pre-6.5 was to keep on going even if unexpected exceptions or warnings were shown, on 7.x the default is to abort the build. For compat reasons (and convenience), you can now set back the behavior to the original one to just log to stderr and move on.
Matthias Bussonnier -
r24714:ac578800
Show More