From b7614bad245ac4cf8c4ac1774ba1b6569d05ce23 Mon Sep 17 00:00:00 2001 From: "A.J. Beamon" Date: Wed, 10 Mar 2021 16:47:33 -0800 Subject: [PATCH] Update the multithreaded_client test to work with Python 3 --- tests/python_tests/multithreaded_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python_tests/multithreaded_client.py b/tests/python_tests/multithreaded_client.py index 75afa9002b..9081e9976a 100755 --- a/tests/python_tests/multithreaded_client.py +++ b/tests/python_tests/multithreaded_client.py @@ -40,7 +40,7 @@ fdb.options.set_trace_enable(args.client_log_dir) fdb.options.set_knob("min_trace_severity=5") if not args.skip_so_files: - print "Loading .so files" + print("Loading .so files") fdb.options.set_external_client_directory(args.build_dir + '/lib') if args.threads > 0: