Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/ansys/mapdl/core/launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ def _check_server_is_alive(stdout_queue: QueueWithStorage, timeout: int):
continue

if (
"START GRPC SERVER" in terminal_output
"GRPC SERVER" in terminal_output
and "Server listening on" in terminal_output
):
listening_on = terminal_output.splitlines()[-1]
Expand Down
Loading