Fix formatting
Running `npm run format-py` on a fresh checkout results in some
changes. This patch commits those changes so that they do not
become part of unrelated CLs.
Change-Id: Ie8051c7907ac9624e9fe870e2137b9a9fe2769c3
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/1871869
Auto-Submit: Mathias Bynens <mathias@chromium.org>
Reviewed-by: Yang Guo <yangguo@chromium.org>
Commit-Queue: Mathias Bynens <mathias@chromium.org>
diff --git a/scripts/run_tests.py b/scripts/run_tests.py
index 6fe2c64..393b5c3 100755
--- a/scripts/run_tests.py
+++ b/scripts/run_tests.py
@@ -3,7 +3,6 @@
# Copyright 2019 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-
"""
Run Karma unit tests on a pre-built chrome or one specified via --chrome-binary.
"""
@@ -23,6 +22,7 @@
def popen(arguments, cwd=None, env=None):
return subprocess.Popen(arguments, cwd=cwd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, env=env)
+
def to_platform_path_exact(filepath):
if not is_cygwin:
return filepath