From 3e44502a9a248868381c983654f74316ba77a992 Mon Sep 17 00:00:00 2001 From: "erikcorry@chromium.org" Date: Thu, 17 Dec 2015 09:07:26 +0000 Subject: [PATCH] Update dartfmt message to be less confusing R=tandrii@chromium.org BUG= Review URL: https://codereview.chromium.org/1532563002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@298047 0039d316-1c4b-4281-b951-d872f2087c98 --- git_cl.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/git_cl.py b/git_cl.py index 4f689f346..49bed386b 100755 --- a/git_cl.py +++ b/git_cl.py @@ -3569,8 +3569,9 @@ def CMDformat(parser, args): if opts.dry_run and stdout: return_value = 2 except dart_format.NotFoundError as e: - print ('Unable to check dart code formatting. Dart SDK is not in ' + - 'this checkout.') + print ('Warning: Unable to check Dart code formatting. Dart SDK not ' + + 'found in this checkout. Files in other languages are still ' + + 'formatted.') return return_value