consistent __exit__() argument names
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user