PyVCF icon indicating copy to clipboard operation
PyVCF copied to clipboard

Old use of print function

Open mbhall88 opened this issue 6 years ago • 0 comments

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

mbhall88 avatar Feb 12 '19 11:02 mbhall88