Merge pull request #2324 from ctiller/create-pull-request/patch-5f28c79

Automated fix for refs/heads/cgf
pull/37628/head
Craig Tiller 6 months ago committed by GitHub
commit ded4d14b12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      tools/run_tests/python_utils/start_port_server.py

@ -31,7 +31,7 @@ import jobset
_PORT_SERVER_PORT = 32766
def start_port_server(verbose = False):
def start_port_server(verbose=False):
# check if a compatible port server is running
# if incompatible (version mismatch) ==> start a new one
# if not running ==> start a new one

Loading…
Cancel
Save