Skip to content

IPCProvider argument type bug #1647

@carver

Description

@carver

What was wrong?

IPCProvider correctly handles a pathlib.Path as its ipc_path argument, but the type annotation says it only accepts str.

How can it be fixed?

Change it to Union[str, Path]

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions