From 409a8da3ed6e63f6cbcd7c37435c448b33e85021 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Tue, 28 Mar 2017 08:41:16 -0700 Subject: syntax --- tools/profiling/microbenchmarks/bm_diff.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tools/profiling/microbenchmarks') 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) -- cgit v1.2.3