Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TBVaccine in pipe mode is broken #10

Closed
frol opened this issue Jun 1, 2017 · 2 comments
Closed

TBVaccine in pipe mode is broken #10

frol opened this issue Jun 1, 2017 · 2 comments

Comments

@frol
Copy link

frol commented Jun 1, 2017

$ 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
Copy link
Owner

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

@skorokithakis
Copy link
Owner

Released 0.1.3 with the fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants