diff --git a/git_wktry.py b/git_wktry.py index 0d9c2cd2b..c49d8dbe5 100755 --- a/git_wktry.py +++ b/git_wktry.py @@ -23,7 +23,7 @@ class ScopedTemporaryFile(object): def __enter__(self): return self._path - def __exit__(self, type, value, traceback): + def __exit__(self, _exc_type, _exc_value, _exc_traceback): try: os.remove(self._path) except OSError, e: