skorokithakis / tbvaccine

A small utility to pretty-print Python tracebacks. ⛺
MIT License
377 stars 14 forks source link

Looks like wrong coloring #20

Closed afeblot closed 5 years ago

afeblot commented 6 years ago

On MacOS High Sierra, with system Python 2.7.10, tbvaccine 0.2.2 coloring does not look correct. At least not like your examples: tbvaccine

skorokithakis commented 6 years ago

It looks right to me, script.py and procrunner.py look like they were detected as "your" code and expanded on. Is that not right?

afeblot commented 6 years ago

It's not about "isolated" code, which I've not checked, as the entire stack here is in my code. it's rather about local variables lines where "|", "<" and ">" are sometimes red and sometimes white, whereas they are consistently red in your examples.

skorokithakis commented 6 years ago

Oh, I see. Hmm, yes, I will have to debug. Thank you!

skorokithakis commented 5 years ago

Fixed, thanks!