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

Unified Diff: support/chromite_wrapper

Issue 14746006: chromite_wrapper: Fix up comment. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 7 years, 8 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: support/chromite_wrapper
diff --git a/support/chromite_wrapper b/support/chromite_wrapper
index 73af5e7b7b49b8de33d7cd1fc63df69dcb76a470..43cb14ba252dc1f0a1c3e28fd68fad55782e175a 100755
--- a/support/chromite_wrapper
+++ b/support/chromite_wrapper
@@ -30,7 +30,7 @@ import sys
# in chromite/bin/ .
def _FindChromite(path):
- """Find the chromite dir in a repo or gclient checkout."""
+ """Find the chromite dir in a repo, gclient, or submodule checkout."""
path = os.path.abspath(path)
# Depending on the checkout type (whether repo chromeos or gclient chrome)
# Chromite lives in a different location.
« 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