| Index: third_party/WebKit/Tools/Scripts/webkitpy/tool/multicommandtool.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/tool/multicommandtool.py b/third_party/WebKit/Tools/Scripts/webkitpy/tool/multicommandtool.py
|
| index bc02cce1cdfe2bd50a670ce3da771dd25e781f67..1e1261902127a89b6f9fab7e63ac54af2ae0bb00 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/tool/multicommandtool.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/tool/multicommandtool.py
|
| @@ -114,7 +114,7 @@ class MultiCommandTool(object):
|
| def should_show_in_main_help(self, command):
|
| return command.show_in_main_help
|
|
|
| - def should_execute_command(self, command):
|
| + def should_execute_command(self, command): # Argument may be used in subclasses - pylint: disable=unused-argument
|
| return True
|
|
|
| def _add_global_options(self, option_parser):
|
|
|