summaryrefslogtreecommitdiffstats
path: root/test/test_results.py
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2024-10-25 17:27:30 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2024-10-25 17:27:30 -0400
commitfc004701f923bb954a22c7fec2ae8d607e78cb2b (patch)
treea5bea4ed6447ea43c099131430e3bd6182ee87d7 /test/test_results.py
parent0db541f524e1774865efebcbe5653e9ad76ea2e8 (diff)
New upstream version 1.27.7.upstream/1.27.7
Diffstat (limited to 'test/test_results.py')
-rw-r--r--test/test_results.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_results.py b/test/test_results.py
index ed9c9a9..f36f798 100644
--- a/test/test_results.py
+++ b/test/test_results.py
@@ -358,7 +358,7 @@ class TestPathfmt():
def __enter__(self):
return self
- def __exit__(self, *args):
+ def __exit__(self, exc_type, exc_value, traceback):
pass
def open(self, mode):