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

Unified Diff: lib/cros_build_lib.py

Issue 6673030: Fixed up incorrect push (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/chromite.git@master
Patch Set: Created 9 years, 9 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
« 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: lib/cros_build_lib.py
diff --git a/lib/cros_build_lib.py b/lib/cros_build_lib.py
index b388cda60bde4b8dbef5a9f020b7b842fc66414b..8728fe3fb734b99ba3738c5520935e42200a92c2 100644
--- a/lib/cros_build_lib.py
+++ b/lib/cros_build_lib.py
@@ -154,14 +154,14 @@ def Warning(message):
# It is left here for the moment so people are aware what happened.
# The reason is that this is not aware of the terminal output restrictions such
# as verbose, quiet and subprocess output. You should not be calling this.
-# def Info(message):
-# """Emits a blue informational message and continues execution.
-#
-# Args:
-# message: The message to be emitted.
-# """
-# print >> sys.stderr, (
-# Color(_STDOUT_IS_TTY).Color(Color.BLUE, '\nINFO: ' + message))
+def Info(message):
+ """Emits a blue informational message and continues execution.
+
+ Args:
+ message: The message to be emitted.
+ """
+ print >> sys.stderr, (
+ Color(_STDOUT_IS_TTY).Color(Color.BLUE, '\nINFO: ' + message))
def ListFiles(base_dir):
« 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