| Index: third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/queries.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/queries.py b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/queries.py
|
| index c797ed1e2c68b6e7f37e9c39c80d8f93df669fdd..f3eada2f9fb8b83c816d0ae1649afaa76608422f 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/queries.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/queries.py
|
| @@ -159,7 +159,7 @@ class PrintBaselines(Command):
|
| help='Include virtual tests'),
|
| ] + platform_options(use_globs=True)
|
| super(PrintBaselines, self).__init__(options=options)
|
| - self._platform_regexp = re.compile('platform/([^\/]+)/(.+)')
|
| + self._platform_regexp = re.compile(r'platform/([^\/]+)/(.+)')
|
|
|
| def execute(self, options, args, tool):
|
| if not args and not options.all:
|
|
|