-
Notifications
You must be signed in to change notification settings - Fork 362
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
Ignored exception *sometimes* at the end of a succesful build #1379
Comments
I could repro it with the following:
|
Minimal reproducer:
|
On latest
Again, removing |
repo2docker/repo2docker/app.py Line 548 in 8a6eb6b
|
Looks like this is a bug introduced between traitlets 5.9 and 5.10! If I run |
ipython/traitlets#818 is the PR that introduced this issue. |
I tested a later version of python to see if this goes away. it does not :( |
ipython/traitlets#698 is actually perhaps related, since that seems to have led to ipython/traitlets#722 |
Great job tracking it down! It makes perfect sense that ipython/traitlets#698 would cause this, since If we want/need a workaround here, I believe it would be to call |
tracking it all the way down, the NoneType is actually the stdlib module function |
#1380 is the workaround, plus submitted two PRs upstream that should also fix the underlying issue |
Excellent work, @minrk! Thank you :) |
Sometimes at the end of a succesful build, I get the following exception:
I don't have a local repro yet, but gonna dig into this a little
The text was updated successfully, but these errors were encountered: