From 1b8c19a021c09aa4024fe79753ab922cd5762ec0 Mon Sep 17 00:00:00 2001 From: Guanzhong Chen Date: Tue, 13 Aug 2019 13:12:58 -0700 Subject: Upgrade flake8 and run it on python 3 (#2297) --- scripts/clean_c_api_trace.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/clean_c_api_trace.py') diff --git a/scripts/clean_c_api_trace.py b/scripts/clean_c_api_trace.py index 1f8062f2d..e2bfa30ab 100755 --- a/scripts/clean_c_api_trace.py +++ b/scripts/clean_c_api_trace.py @@ -34,4 +34,4 @@ if start >= 0: assert end > 0 trace = trace[:start] + trace[end + 2:] - print trace + print(trace) -- cgit v1.2.3