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

Unified Diff: tools/cr/cr/actions/action.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 | « no previous file | tools/cr/cr/actions/adb.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/cr/cr/actions/action.py
diff --git a/tools/cr/cr/actions/action.py b/tools/cr/cr/actions/action.py
index b812aaea1a21e5da0cbf0e689c40e4a5ef51c319..e2f966acf97252fec9342be016c258fd481a4aef 100644
--- a/tools/cr/cr/actions/action.py
+++ b/tools/cr/cr/actions/action.py
@@ -29,7 +29,7 @@ class Action(cr.Plugin):
)
@cr.Plugin.activemethod
- def Skipping(self, context):
+ def Skipping(self):
"""A method that is used to detect void or skip implementations.
Most actions have a skip version that you can select to indicate that you
@@ -39,8 +39,6 @@ class Action(cr.Plugin):
performing actions that were only there to produce the inputs of an action
that is being skipped).
- Args:
- context: the cr context to test within.
Returns:
True if this implementation is a skip action.
"""
« no previous file with comments | « no previous file | tools/cr/cr/actions/adb.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698