Skip to content

Conversation

@wolovim
Copy link
Member

@wolovim wolovim commented May 18, 2020

What was wrong?

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

How was it fixed?

str -> Union[str, Path]
Closes #1647

Todo:

Cute Animal Picture

@wolovim wolovim requested a review from carver May 18, 2020 17:04
@wolovim wolovim force-pushed the ipc-provider-ipc-input-type branch from 17c88a7 to bc95481 Compare May 18, 2020 17:11
@wolovim wolovim changed the title permit Path type as IPCProvider input permit pathlib.Path type as IPCProvider input May 18, 2020
@wolovim wolovim merged commit f77689f into ethereum:master May 18, 2020
@wolovim wolovim deleted the ipc-provider-ipc-input-type branch May 18, 2020 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

IPCProvider argument type bug

2 participants