Skip to content

Commit 00d24f0

Browse files
committed
---
yaml --- r: 323580 b: refs/heads/tensorflow-next c: 1a7a605 h: refs/heads/master
1 parent c409f39 commit 00d24f0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1461,4 +1461,4 @@ refs/heads/master-rebranch: 86e95c23aa0d37f24ec138b7853146c1cead2e40
14611461
refs/heads/rdar-53901732: 9bd06af3284e18a109cdbf9aa59d833b24eeca7b
14621462
refs/heads/revert-26776-subst-always-returns-a-type: 1b8e18fdd391903a348970a4c848995d4cdd789c
14631463
refs/heads/tensorflow-merge: 8b854f62f80d4476cb383d43c4aac2001dde3cec
1464-
refs/heads/tensorflow-next: 7cacdebf6c4c9d2c98c6befd0cd69a88e38b15b9
1464+
refs/heads/tensorflow-next: 1a7a60508adf8971f6a920aad6f65582ed7a2369

branches/tensorflow-next/utils/line-directive

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#
1212
# ----------------------------------------------------------------------------
1313
from __future__ import print_function
14+
1415
import bisect
1516
import os
1617
import re
@@ -646,10 +647,9 @@ def run():
646647
... // End:
647648
... ''')
648649
>>> 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()
653653
>>> print(long_output_result)
654654
/public/core/Map.swift.gyb:117:27: error:
655655
>>> target1.close()

0 commit comments

Comments
 (0)