8000
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 23cf6b6 commit 799e63fCopy full SHA for 799e63f
python/pip_install/pip_repository.bzl
@@ -128,7 +128,7 @@ def _get_toolchain_unix_cflags(rctx):
128
er = rctx.execute([
129
rctx.path(rctx.attr.python_interpreter_target).realpath,
130
"-c",
131
- "import sys; print(f'{sys.version_info[0]}.{sys.version_info[1]}')",
+ "import sys; print(f'{sys.version_info[0]}.{sys.version_info[1]}', end='')",
132
])
133
if er.return_code != 0:
134
fail("could not get python version from interpreter (status {}): {}".format(er.return_code, er.stderr))
0 commit comments