mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 02:31:29 +00:00
Fix unintended comma in clang format exception raising.
Change-Id: I56bc5a8c2a778172617ac2ce2bd7fb776a6a6964 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/7259616 Auto-Submit: Alex Ovsienko <ovsienko@google.com> Reviewed-by: Scott Lee <ddoman@chromium.org> Commit-Queue: Scott Lee <ddoman@chromium.org>
This commit is contained in:
@@ -74,7 +74,7 @@ def FindClangFormatScriptInChromiumTree(script_name):
|
|||||||
tools_path = gclient_paths.GetBuildtoolsPath()
|
tools_path = gclient_paths.GetBuildtoolsPath()
|
||||||
if not tools_path:
|
if not tools_path:
|
||||||
raise NotFoundError(
|
raise NotFoundError(
|
||||||
'Could not find checkout in any parent of the current path.\n',
|
'Could not find checkout in any parent of the current path.\n'
|
||||||
'Set CHROMIUM_BUILDTOOLS_PATH to use outside of a chromium '
|
'Set CHROMIUM_BUILDTOOLS_PATH to use outside of a chromium '
|
||||||
'checkout.')
|
'checkout.')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user