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

Unified Diff: catapult_build/__init__.py

Issue 2361623007: Add a run_eslint wrapper script (Closed)
Patch Set: Changes based on Ned's comments Created 4 years, 3 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 | catapult_build/build_steps.py » ('j') | catapult_build/build_steps.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: catapult_build/__init__.py
diff --git a/catapult_build/__init__.py b/catapult_build/__init__.py
index 2b3d7dbaeb3f6ec04de14841fec0a121fb82845d..297115120dae7704cde782cf65d728c1f5cd3e91 100644
--- a/catapult_build/__init__.py
+++ b/catapult_build/__init__.py
@@ -15,7 +15,7 @@ def _UpdateSysPathIfNeeded():
catapult_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
catapult_third_party_path = os.path.abspath(os.path.join(
catapult_path, 'third_party'))
- _AddToPathIfNeeded(os.path.join(catapult_path, 'common', 'node_runner'))
+ _AddToPathIfNeeded(os.path.join(catapult_path, 'common', 'eslint'))
_AddToPathIfNeeded(os.path.join(catapult_path, 'common', 'py_utils'))
_AddToPathIfNeeded(os.path.join(catapult_third_party_path, 'beautifulsoup4'))
_AddToPathIfNeeded(os.path.join(catapult_third_party_path, 'html5lib-python'))
« no previous file with comments | « no previous file | catapult_build/build_steps.py » ('j') | catapult_build/build_steps.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698