From c6654fc02a2fb2cd215c059c84dd7105c9f5571a Mon Sep 17 00:00:00 2001 From: Alexander Polcyn Date: Wed, 2 Oct 2019 12:06:03 -0700 Subject: [PATCH] Put parenthesis around print in bm_main.py --- tools/profiling/microbenchmarks/bm_diff/bm_main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/profiling/microbenchmarks/bm_diff/bm_main.py b/tools/profiling/microbenchmarks/bm_diff/bm_main.py index e5061b24f57..cc53bdd6f1e 100755 --- a/tools/profiling/microbenchmarks/bm_diff/bm_main.py +++ b/tools/profiling/microbenchmarks/bm_diff/bm_main.py @@ -98,7 +98,7 @@ def _args(): args = argp.parse_args() assert args.diff_base or args.old, "One of diff_base or old must be set!" if args.loops < 3: - print "WARNING: This run will likely be noisy. Increase loops." + print("WARNING: This run will likely be noisy. Increase loops.") return args