From d96e7226dd8909351c230b6f9820f952dddb0ece Mon Sep 17 00:00:00 2001 From: j4qfrost Date: Thu, 1 Oct 2020 23:59:53 +0000 Subject: refactor: use parentheses in print statements in python (#7779) --- tools/lint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/lint.py') diff --git a/tools/lint.py b/tools/lint.py index 76f51404d..3ab29d61f 100755 --- a/tools/lint.py +++ b/tools/lint.py @@ -113,7 +113,7 @@ def pylint(): def clippy(): - print "clippy" + print("clippy") current_build_mode = build_mode() args = ["cargo", "clippy", "--all-targets", "--locked"] if current_build_mode != "debug": -- cgit v1.2.3