ipython / ipython/traitlets

traitlets.py Type validate method ate what would have been a valuable error message to see

未关闭
#541 4 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
653
派生
217
平均合并
2 天 21 小时
30 天内合并 PR
2

描述

traitlets.py has a Type class with a validate method.

If this validate method fails, it just raises the error "must be a type".

I was trying to start Jupyter with a custom login class, and I would keep getting this error when trying to start Jupyter.

It turns out that the specific conda environment had problems, and I had to manually changed the traitlets.py code to except error as e, then raise an error of str(e). On then did I finally see what the root cause of the problem was in my logs.

Would it be possible to append a string output of the specific error so we can save everyone some troubleshooting/debugging time?

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。