Commit 92672536 authored by rcui@google.com's avatar rcui@google.com

chromite_wrapper: Fix up comment.

BUG=None
TEST=Manual

Review URL: https://chromiumcodereview.appspot.com/14746006

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@198266 0039d316-1c4b-4281-b951-d872f2087c98
parent c144e06b
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment