Skip to content
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

traceback explorer broken? #31

Closed
timovanopstal opened this issue Aug 4, 2014 · 1 comment
Closed

traceback explorer broken? #31

timovanopstal opened this issue Aug 4, 2014 · 1 comment

Comments

@timovanopstal
Copy link
Contributor

Somewhere between nutils/master and nutils/devel the traceback explorer seems to have broken. To be precise it happened at 170ec59

It barely seems necessary to add a script to trigger this, but here it comes

from nutils import *
def temp():
  raise ValueError
util.run( temp )

Is a unittest for this a good idea?

@gertjanvanzwieten
Copy link
Contributor

It's not broken but disabled by default. For the old behavior use --tbexplore or add tbexplore = True to your .nutilsrc file. Sorry for the confusion, I will write a post about the most prominent user facing changes soon.

Closing as not a bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants