Index: git_wktry.py |
diff --git a/git_wktry.py b/git_wktry.py |
index 0d9c2cd2b4ac553a6ff2fe9c9d47d6023fd32fa3..c49d8dbe5265b2e89f64adedb9186b2cc846c604 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: |