commit | 280fae043f5dbe88b57ffebb7990ef4778fae267 | [log] [tgz] |
---|---|---|
author | Christoffer Quist Adamsen <christofferqa@google.com> | Fri Nov 05 13:06:17 2021 +0100 |
committer | Christoffer Quist Adamsen <christofferqa@google.com> | Fri Nov 05 13:06:17 2021 +0100 |
tree | d41d7e2ec6809bce433d2c93610da94f700d638d | |
parent | e2788d212e3b61662cf96fbcd971a1b6b2bbf34a [diff] [blame] |
Remove redundant whitespace in internal_test.py Change-Id: Ie674e3f2473cc1c7526059ef5185a88087114269
diff --git a/tools/internal_test.py b/tools/internal_test.py index 8e03610..47d236e 100755 --- a/tools/internal_test.py +++ b/tools/internal_test.py
@@ -340,7 +340,7 @@ def execute(cmd, archive, env=None): if cmd == []: return - + assert(cmd[0].endswith('.py')) cmd = [sys.executable] + cmd