Skip to content

fix(runfiles): correct Python runfiles path assumption #5385

fix(runfiles): correct Python runfiles path assumption

fix(runfiles): correct Python runfiles path assumption #5385

Triggered via pull request November 6, 2025 03:07
Status Failure
Total duration 40s
Artifacts

mypy.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
ci
Process completed with exit code 1.
ci: tests/runfiles/runfiles_test.py#L73
Argument 1 to "Path" has incompatible type "Union[str, Any, None]"; expected "Union[str, PathLike[str]]" [arg-type]
ci: tests/runfiles/runfiles_test.py#L70
Item "None" of "Optional[Runfiles]" has no attribute "Rlocation" [union-attr]