We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f83f70c commit b9abca7Copy full SHA for b9abca7
mypy/private/mypy.bzl
@@ -179,7 +179,7 @@ def _mypy_impl(target, ctx):
179
sorted(pyi_dirs)
180
)
181
182
- mypy_path = ":".join([x for x in path_components if not _should_ignore_import(x)])
+ mypy_path = ctx.configuration.host_path_separator.join([x for x in path_components if not _should_ignore_import(x)])
183
184
output_file = ctx.actions.declare_file(ctx.rule.attr.name + ".mypy_stdout")
185
0 commit comments