Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(130)

Unified Diff: tools-webrtc/gn_check_autofix.py

Issue 2737233003: Revert of PyLint fixes for tools-webrtc and webrtc/tools (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools-webrtc/get_landmines.py ('k') | tools-webrtc/network_emulator/emulate.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools-webrtc/gn_check_autofix.py
diff --git a/tools-webrtc/gn_check_autofix.py b/tools-webrtc/gn_check_autofix.py
index 3c1b367565aabf8b285f1f26a65de9b89d1c241b..8a79cdec259817818451155334c716698708cda2 100644
--- a/tools-webrtc/gn_check_autofix.py
+++ b/tools-webrtc/gn_check_autofix.py
@@ -43,7 +43,7 @@
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
« no previous file with comments | « tools-webrtc/get_landmines.py ('k') | tools-webrtc/network_emulator/emulate.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698