We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63f1a44 commit 59b4b91Copy full SHA for 59b4b91
test/logformats_test.py
@@ -311,7 +311,7 @@ def test_append_mode(self):
311
# use append mode for second half
312
try:
313
writer = self.writer_constructor(self.test_file_name, append=True)
314
- except TypeError as e:
+ except ValueError as e:
315
# maybe "append" is not a formal parameter (this is the case for SqliteWriter)
316
317
writer = self.writer_constructor(self.test_file_name)
0 commit comments