skorokithakis / tbvaccine

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

Support force-enable (even when not isatty) #28

Closed wataash closed 4 years ago

wataash commented 4 years ago

Hi, thanks for creating this great library!

I want to use this library in a kubernetes container where stderr is not a tty. It'll be convenient if we can do force-enabling by setting an environment variable.

skorokithakis commented 4 years ago

Sure, that'll be great. Thanks for the PR!

wataash commented 4 years ago

Okay, I'll work on this at #29 :)

skorokithakis commented 4 years ago

Great, thanks!