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

Unified Diff: git_cl.py

Issue 1532563002: Update dartfmt message to be less confusing (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 5 years 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: git_cl.py
diff --git a/git_cl.py b/git_cl.py
index 4f689f346196219b4529d2143b30ea3339ccacd4..49bed386baa821cfedf4370030bc9cb1b6afb452 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
« 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