Qix- / better-exceptions

Pretty and useful exceptions in Python, automatically.
MIT License
4.6k stars 204 forks source link

Fix SyntaxError missing exception part. #35

Closed paradoxxxzero closed 7 years ago

paradoxxxzero commented 7 years ago

title contains multiple lines in case of a SyntaxError (ref), we want to print them all.

Qix- commented 7 years ago

@Delgan All that needs to happen here is that the output needs to be checked to make sure it is correct, and then the output just needs to be committed as new test data.

Delgan commented 7 years ago

Merged in #48. 😉