Index: third_party/WebKit/Tools/Scripts/webkitpy/tool/webkit_patch.py |
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/tool/webkit_patch.py b/third_party/WebKit/Tools/Scripts/webkitpy/tool/webkit_patch.py |
index 6a1c1e844b56150f8f5e41dcc9b92842dad452ea..9a5dde74aaf656185990090c595bad762ff666cc 100644 |
--- a/third_party/WebKit/Tools/Scripts/webkitpy/tool/webkit_patch.py |
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/tool/webkit_patch.py |
@@ -112,7 +112,7 @@ class WebKitPatch(Host): |
command = self.command_by_name(command_name) or self.help_command |
if not command: |
- option_parser.error("%s is not a recognized command" % command_name) |
+ option_parser.error("%s is not a recognized command", command_name) |
command.set_option_parser(option_parser) |
(options, args) = command.parse_args(args) |