dridk / PyVCF3

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

#6 - Python3.11 tests failing due to TypeError: "quotechar" must be a… #8

Closed davmlaw closed 11 months ago

davmlaw commented 12 months ago

Fix for #6 - Test failing with python 3.11

quotechar is unused when quoting=csv.QUOTE_NONE is used

davmlaw commented 12 months ago

Hi @dridk - are able to review this?

esrice commented 11 months ago

I'm also having this issue and agree that this commit will solve it without creating any new problems.

lukemourits commented 8 months ago

Hey @dridk, any plans to release a package with this fix to pypi please?