Commit 17f70a5a authored by maruel@chromium.org's avatar maruel@chromium.org

Fix presubmit check failure caused by r179457.

TBR=laforge@chromium.org
BUG=


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

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@181694 0039d316-1c4b-4281-b951-d872f2087c98
parent 3f4f3fb4
......@@ -525,8 +525,8 @@ def drover(options, args):
elif options.merge and options.sbranch:
url = BRANCH_URL.replace("$branch", options.sbranch)
elif options.revert and options.url:
url = options.url
file_pattern_ = r"[ ]+([MADUC])[ ]+((/.*)/(.*))"
url = options.url
file_pattern_ = r"[ ]+([MADUC])[ ]+((/.*)/(.*))"
else:
url = TRUNK_URL
......
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