precommit corrections

This commit is contained in:
VJHack 2024-09-12 22:04:08 -05:00
parent cb13382136
commit 42abdd0207

View File

@ -1373,4 +1373,4 @@ def start_server_background(context):
thread_stderr = threading.Thread(target=server_log, args=(context.server_process.stderr, sys.stderr))
thread_stderr.start()
print(f"server pid={context.server_process.pid}, behave pid={os.getpid()}")
print(f"server pid={context.server_process.pid}, behave pid={os.getpid()}")