precommit corrections
This commit is contained in:
parent
cb13382136
commit
42abdd0207
1 changed files with 1 additions and 1 deletions
|
@ -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()}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue