From 32f36e703ea22b5bd33f27b0a2359a7b4ce0246f Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Wed, 4 Oct 2023 14:26:10 +1030 Subject: [PATCH] #6 - Python3.11 tests failing due to TypeError: "quotechar" must be a 1-character string --- vcf/parser.py | 1 - 1 file changed, 1 deletion(-) diff --git a/vcf/parser.py b/vcf/parser.py index eb359ea..51af65a 100644 --- a/vcf/parser.py +++ b/vcf/parser.py @@ -777,7 +777,6 @@ def __init__(self, stream, template, lineterminator="\n"): stream, delimiter="\t", lineterminator=lineterminator, - quotechar="", quoting=csv.QUOTE_NONE, ) self.template = template