Fix change log entry

This commit is contained in:
Pedro Algarvio 2018-12-03 12:15:04 +00:00
parent 14024c7fc1
commit c1bdb07b2f
No known key found for this signature in database
GPG Key ID: BB36BF6584A298FF
2 changed files with 1 additions and 1 deletions

View File

@ -1 +0,0 @@
During teardown of the python process, and on rare occasions, capture attributes can be ``None`` while trying to resume global capture.

View File

@ -0,0 +1 @@
When a fixture yields and a log call is made after the test runs, and, if the test is interrupted, capture attributes are ``None``.