Index: tools-webrtc/gn_check_autofix.py |
diff --git a/tools-webrtc/gn_check_autofix.py b/tools-webrtc/gn_check_autofix.py |
index 8a79cdec259817818451155334c716698708cda2..3c1b367565aabf8b285f1f26a65de9b89d1c241b 100644 |
--- a/tools-webrtc/gn_check_autofix.py |
+++ b/tools-webrtc/gn_check_autofix.py |
@@ -43,7 +43,7 @@ class TemporaryDirectory(object): |
def __enter__(self): |
return self._name |
- def __exit__(self, exc, value, tb): |
+ def __exit__(self, exc, value, _tb): |
if self._name and not self._closed: |
shutil.rmtree(self._name) |
self._closed = True |