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

Unified Diff: scripts/master/factory/commands.py

Issue 170843003: Apply patch for bot_update (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: pylint Created 6 years, 10 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 | scripts/master/factory/gclient_factory.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/master/factory/commands.py
diff --git a/scripts/master/factory/commands.py b/scripts/master/factory/commands.py
index b47db1f4e9f9e9fcb394560510e508a2739c3261..ef0eca7a07d05dba1c70011e291e22bfe844b51e 100644
--- a/scripts/master/factory/commands.py
+++ b/scripts/master/factory/commands.py
@@ -956,7 +956,7 @@ class FactoryCommands(object):
cmd.extend(['--rietveld_server', server])
if revision_mapping:
- cmd.extend(['--revision-mapping=%s' % json.dumps(revision_mapping)])
+ cmd.extend(['--revision_mapping=%s' % json.dumps(revision_mapping)])
self._factory.addStep(
chromium_step.AnnotatedCommand,
« no previous file with comments | « no previous file | scripts/master/factory/gclient_factory.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698