You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vcf.Writer(f, header_obj)
File "/lib/python3.11/site-packages/vcf/parser.py", line 776, in __init__
self.writer = csv.writer(
^^^^^^^^^^^
TypeError: "quotechar" must be a 1-character string
The text was updated successfully, but these errors were encountered:
OS: MacOS
Python: 3.11
PyVCF3: 1.0.3
CSV: 1.0.0
Error within csv.writer
The text was updated successfully, but these errors were encountered: