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

Unified Diff: tools/cr/cr/fixups/arch.py

Issue 142933004: [cr tool] Make context implicit (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 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 | « tools/cr/cr/context.py ('k') | tools/cr/cr/loader.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/cr/cr/fixups/arch.py
diff --git a/tools/cr/cr/fixups/arch.py b/tools/cr/cr/fixups/arch.py
index e6ac81c50837c2b3b7ec5446c33da9a775d30f44..a756272f5236c20fe2c86785f61522fc548d8674 100644
--- a/tools/cr/cr/fixups/arch.py
+++ b/tools/cr/cr/fixups/arch.py
@@ -17,7 +17,7 @@ class _ArchInitHookHelper(cr.InitHook):
def _ArchConvert(self, old_arch):
return old_arch
- def Run(self, context, old_version, config):
+ def Run(self, old_version, config):
if old_version is None or not self._VersionTest(old_version):
return
old_arch = config.OVERRIDES.Find(cr.Arch.SELECTOR)
« no previous file with comments | « tools/cr/cr/context.py ('k') | tools/cr/cr/loader.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698