skorokithakis / tbvaccine

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

TBVaccine in pipe mode is broken #10

Closed frol closed 7 years ago

frol commented 7 years ago
$ echo 1 | tbvaccine
Traceback (most recent call last):
  File "/mnt/storage/miniconda3/envs/CloudSML-Computational-Backend/bin/tbvaccine", line 11, in <module>
    sys.exit(main())
  File "/mnt/storage/miniconda3/envs/CloudSML-Computational-Backend/lib/python3.5/site-packages/tbvaccine/cli.py", line 29, in main
    output = tbv.process_line(line)
AttributeError: 'TBVaccine' object has no attribute 'process_line'
skorokithakis commented 7 years ago

Thank you, I recently refactored it and must have left a function. I'll fix it today.

skorokithakis commented 7 years ago

Released 0.1.3 with the fix.