jupyter / jupyter_console

Jupyter Terminal Console
http://jupyter-console.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
250 stars 145 forks source link

Fix exception cause in test_console.py #228

Closed cool-RR closed 4 years ago

cool-RR commented 4 years ago

@Carreau This is the continuation of #220. It isn't as important since it's just test code, so consider it OCD on my part. Also there is now a new PyLint filter I added that enforces this policy, so this will make the code compliant to that.

cool-RR commented 4 years ago

Ah, this messes up the tests for some reason, never mind.