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

Unified Diff: scripts/slave/recipe_modules/gatekeeper/api.py

Issue 2495493002: [Controversial] Remove the random emoji from "Tree is open" messages. (Closed)
Patch Set: Created 4 years, 1 month 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: scripts/slave/recipe_modules/gatekeeper/api.py
diff --git a/scripts/slave/recipe_modules/gatekeeper/api.py b/scripts/slave/recipe_modules/gatekeeper/api.py
index bc4be1a741eb28a0cc192928bbbfd09c3c39f5c4..f7e20a646e708a23e9c9c02a8f0f904232e96547 100644
--- a/scripts/slave/recipe_modules/gatekeeper/api.py
+++ b/scripts/slave/recipe_modules/gatekeeper/api.py
@@ -18,7 +18,8 @@ class Gatekeeper(recipe_api.RecipeApi):
# reference to /creds
args = [
'-v', '--json', gatekeeper_json, '--email-app-secret-file',
- '/creds/gatekeeper/mailer_password'
+ '/creds/gatekeeper/mailer_password',
+ '--emoji', 'None',
]
if tree_args.get('status-url'):
« 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