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

Unified Diff: tools/telemetry/refactor

Issue 1054113003: Fix bug in v0 refactor script (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/refactor
diff --git a/tools/telemetry/refactor b/tools/telemetry/refactor
index e2c0f6c51795a038b43ac90fb0746159aa6c0dc7..e8c144bfb474ed279358bace89a84df6c6c9f669 100755
--- a/tools/telemetry/refactor
+++ b/tools/telemetry/refactor
@@ -107,7 +107,7 @@ def _TransformImportGroups(module_path, transformation):
_WriteImports(updated_file, import_group)
import_group = []
- Updated_file.write(line)
+ updated_file.write(line)
if import_group:
_WriteImports(updated_file, import_group)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698