diff options
author | Craig Tiller <ctiller@google.com> | 2017-03-28 08:41:16 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-03-28 08:41:16 -0700 |
commit | 409a8da3ed6e63f6cbcd7c37435c448b33e85021 (patch) | |
tree | c17af90335aca1491718a9cefc83a216c4d9f30f /tools/profiling | |
parent | 50b7fc9b241730d238c3143c5d9b98e6ef9afe23 (diff) |
syntax
Diffstat (limited to 'tools/profiling')
-rwxr-xr-x | tools/profiling/microbenchmarks/bm_diff.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/profiling/microbenchmarks/bm_diff.py b/tools/profiling/microbenchmarks/bm_diff.py index bc2baaba5e..332f3be4f8 100755 --- a/tools/profiling/microbenchmarks/bm_diff.py +++ b/tools/profiling/microbenchmarks/bm_diff.py @@ -198,6 +198,5 @@ else: print text if args.git_comment: - subprocess.call(['tools/jenkins/comment_on_pr.sh %s' % pipes.quote(text), - stdout=subprocess.PIPE, - shell=True) + subprocess.call(['tools/jenkins/comment_on_pr.sh', text], + stdout=subprocess.PIPE) |