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

Unified Diff: third_party/closure_compiler/checker.py

Issue 476453002: Python readability review for dbeam@. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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
Index: third_party/closure_compiler/checker.py
diff --git a/third_party/closure_compiler/checker.py b/third_party/closure_compiler/checker.py
index d71ca1461910ac82eaa9e2060ed22f08fc557cbb..3271cea356b87a4aa0503164c367faa385e55b82 100755
--- a/third_party/closure_compiler/checker.py
+++ b/third_party/closure_compiler/checker.py
@@ -243,3 +243,4 @@ if __name__ == "__main__":
os.makedirs(out_dir)
# TODO(dbeam): write compiled file to |opts.out_file|.
open(opts.out_file, "w").write("")
+
« no previous file with comments | « no previous file | third_party/closure_compiler/processor.py » ('j') | third_party/closure_compiler/processor_test.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698