diff options
Diffstat (limited to 'test/test_results.py')
| -rw-r--r-- | test/test_results.py | 2 |
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): |
