File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
branches/tensorflow-next/utils Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1461,4 +1461,4 @@ refs/heads/master-rebranch: 86e95c23aa0d37f24ec138b7853146c1cead2e40
1461
1461
refs/heads/rdar-53901732: 9bd06af3284e18a109cdbf9aa59d833b24eeca7b
1462
1462
refs/heads/revert-26776-subst-always-returns-a-type: 1b8e18fdd391903a348970a4c848995d4cdd789c
1463
1463
refs/heads/tensorflow-merge: 8b854f62f80d4476cb383d43c4aac2001dde3cec
1464
- refs/heads/tensorflow-next: 7cacdebf6c4c9d2c98c6befd0cd69a88e38b15b9
1464
+ refs/heads/tensorflow-next: 1a7a60508adf8971f6a920aad6f65582ed7a2369
Original file line number Diff line number Diff line change 11
11
#
12
12
# ----------------------------------------------------------------------------
13
13
from __future__ import print_function
14
+
14
15
import bisect
15
16
import os
16
17
import re
@@ -646,10 +647,9 @@ def run():
646
647
... // End:
647
648
... ''')
648
649
>>> long_output.flush()
649
- >>> long_output_result = subprocess.check_output(sys.executable + ' ' +
650
- ... __file__ + ' ' + long_output.name + ' -- ' + "echo '" +
651
- ... long_output.name + ":112:27: error:'",
652
- ... shell=True).rstrip()
650
+ >>> long_output_result = subprocess.check_output([sys.executable,
651
+ ... __file__, long_output.name, '--',
652
+ ... 'echo', long_output.name + ':112:27: error:']).rstrip()
653
653
>>> print(long_output_result)
654
654
/public/core/Map.swift.gyb:117:27: error:
655
655
>>> target1.close()
You can’t perform that action at this time.
0 commit comments