Update the multithreaded_client test to work with Python 3

This commit is contained in:
A.J. Beamon 2021-03-10 16:47:33 -08:00
parent fe4ff420a3
commit b7614bad24
1 changed files with 1 additions and 1 deletions

View File

@ -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: