Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
amend! machine.linux: Fix a mypy error
machine.linux: Fix a mypy error Mypy was complaining that tbot/machine/linux/build.py:65: error: Argument 2 to "exec0" of "LinuxShell" has incompatible type "Path[H@__init__]"; expected "Union[str, Special[H@enable], Path[H@enable]]" Tweak the code so mypy correctly understands the relationship between types.
- Loading branch information