Skip to content

Commit 42abdd0

Browse files
committed
precommit corrections
1 parent cb13382 commit 42abdd0

File tree

1 file changed

+1
-1
lines changed
  • examples/server/tests/features/steps

1 file changed

+1
-1
lines changed

examples/server/tests/features/steps/steps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1373,4 +1373,4 @@ def server_log(in_stream, out_stream):
13731373
thread_stderr = threading.Thread(target=server_log, args=(context.server_process.stderr, sys.stderr))
13741374
thread_stderr.start()
13751375

1376-
print(f"server pid={context.server_process.pid}, behave pid={os.getpid()}")
1376+
print(f"server pid={context.server_process.pid}, behave pid={os.getpid()}")

0 commit comments

Comments
 (0)