summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2020-09-03 07:14:32 -0300
committerBruno Oliveira <nicoddemus@gmail.com>2020-09-03 07:44:45 -0300
commit9f672c85c514e08949c36fd8292dc8e248b9461f (patch)
tree703551a77dc66d6c486916180c4eb0d81be4875c /changelog
parent91dbdb60930e1b573de366cbe7be6dac77ba200f (diff)
downloadpytest-9f672c85c514e08949c36fd8292dc8e248b9461f.tar.gz
Fix handle of exceptions in ReprEntry with tb=line
Fix #7707
Diffstat (limited to 'changelog')
-rw-r--r--changelog/7707.bugfix.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog/7707.bugfix.rst b/changelog/7707.bugfix.rst
new file mode 100644
index 000000000..fbe979d9d
--- /dev/null
+++ b/changelog/7707.bugfix.rst
@@ -0,0 +1 @@
+Fix internal error when handling some exceptions that contain multiple lines or the style uses multiple lines (``--tb=line`` for example).