-
- Downloads
pmb.helpers.run_core: Properly type pipe_read() (MR 2464)
I think the "these types make no sense" comment were about output_return_buffer, which defaulted to False but was to be set to list[bytes] if used. I changed it so that it defaults to None, which probably is more conventional. Other than that I didn't notice anything weird about the types here. Also check for None as necessary to appease mypy.
parent
47c84925
Branches
Tags
Please register or sign in to comment