fix print format for python3

add brackets of print in run_tests/start_port_server.py
pull/19168/head
1524995078@qq.com 6 years ago committed by GitHub
parent 84529002a1
commit 3d52eca5b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/run_tests/start_port_server.py

@ -27,4 +27,4 @@ import python_utils.start_port_server as start_port_server
start_port_server.start_port_server()
print "Port server started successfully"
print("Port server started successfully")

Loading…
Cancel
Save