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

Unified Diff: recipe_modules/context/__init__.py

Issue 2925453002: [context] Add path prefix/suffix manipulation. (Closed)
Patch Set: comments, use sentinels Created 3 years, 6 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: recipe_modules/context/__init__.py
diff --git a/recipe_modules/context/__init__.py b/recipe_modules/context/__init__.py
index 81ce4f266878ef1f65da5785cd2ef1a399db12a3..7d7898c03d7e8d158a86d9180a6856b945fdddb0 100644
--- a/recipe_modules/context/__init__.py
+++ b/recipe_modules/context/__init__.py
@@ -3,5 +3,5 @@
# that can be found in the LICENSE file.
DEPS = [
- "path"
+ 'path',
]

Powered by Google App Engine
This is Rietveld 408576698