We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb13382 commit 42abdd0Copy full SHA for 42abdd0
examples/server/tests/features/steps/steps.py
@@ -1373,4 +1373,4 @@ def server_log(in_stream, out_stream):
1373
thread_stderr = threading.Thread(target=server_log, args=(context.server_process.stderr, sys.stderr))
1374
thread_stderr.start()
1375
1376
- print(f"server pid={context.server_process.pid}, behave pid={os.getpid()}")
+ print(f"server pid={context.server_process.pid}, behave pid={os.getpid()}")
0 commit comments