jamescasbon / PyVCF

A Variant Call Format reader for Python.
http://pyvcf.readthedocs.org/en/latest/index.html
Other
404 stars 200 forks source link

Old use of print function #309

Open mbhall88 opened 5 years ago

mbhall88 commented 5 years ago

In scripts/vcf_sample_filter.py there is 2 usages of print without parenthesis.

https://github.com/jamescasbon/PyVCF/blob/476169cd457ba0caa6b998b301a4d91e975251d9/scripts/vcf_sample_filter.py#L37

https://github.com/jamescasbon/PyVCF/blob/476169cd457ba0caa6b998b301a4d91e975251d9/scripts/vcf_sample_filter.py#L39