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

Unified Diff: native_client_sdk/src/build_tools/sdk_tools/command/update.py

Issue 2059143002: "up-to-date" should only use hyphens when used as compound modifier of a noun (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 months 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
Index: native_client_sdk/src/build_tools/sdk_tools/command/update.py
diff --git a/native_client_sdk/src/build_tools/sdk_tools/command/update.py b/native_client_sdk/src/build_tools/sdk_tools/command/update.py
index 5ad5b825f2b72ea6563c088754a7de576e09e481..2d15c30530659fe833df1daf97b8d6fa2ee6c8ff 100644
--- a/native_client_sdk/src/build_tools/sdk_tools/command/update.py
+++ b/native_client_sdk/src/build_tools/sdk_tools/command/update.py
@@ -292,7 +292,7 @@ def UpdateBundleIfNeeded(delegate, remote_manifest, local_manifest,
_UpdateBundle(delegate, bundle, local_manifest)
else:
- print '%s is already up-to-date.' % (bundle.name,)
+ print '%s is already up to date.' % (bundle.name,)
else:
logging.error('Bundle %s does not exist.' % (bundle_name,))

Powered by Google App Engine
This is Rietveld 408576698