Skip to content

Commit 830e499

Browse files
Update src/ansys/tools/common/cyberchannel.py
Co-authored-by: Copilot <[email protected]>
1 parent e5b8f4e commit 830e499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansys/tools/common/cyberchannel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def create_uds_channel(
203203
uds_fullpath : str | Path | None
204204
Full path to the UDS socket file.
205205
By default `None` and thus it will use the `uds_service`, `uds_dir` and `uds_id` parameters.
206-
uds_service : str
206+
uds_service : str | None
207207
Service name for the UDS socket.
208208
uds_dir : str | Path | None
209209
Directory to use for Unix Domain Sockets (UDS) transport mode.

0 commit comments

Comments
 (0)