| 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.
|
| """
|
|
|